Skip to content

Commit

Permalink
basic alpine i386 dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Nov 29, 2021
1 parent aab38bd commit f4b5ce3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile.i386
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Convenience tool for testing a 32-bit related security flaw. May be
# generalized in future to be more useful; until then, it is NOT
# officially supported but purely a maintainer-facing artifact.

FROM --platform=i386 i386/alpine:3.15

RUN apk add openssl-dev python3-dev libffi-dev make cargo

RUN python3 -m venv env
RUN env/bin/pip install -U pip

0 comments on commit f4b5ce3

Please sign in to comment.