Skip to content

Commit

Permalink
Unpin Alpine requirements in builder Docker image (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Jun 30, 2022
1 parent 0664b7b commit dd52053
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_CACHE_DIR=1
WORKDIR /app
# hadolint ignore=DL3013
# hadolint ignore=DL3018,DL3013
RUN apk add --no-cache \
bash==5.1.16-r2 \
build-base==0.5-r3 \
cargo==1.60.0-r2 \
gcc==11.2.1_git20220219-r2 \
libffi-dev==3.4.2-r1 \
musl-dev==1.2.3-r0 \
openssl-dev==1.1.1o-r0 \
python3-dev==3.10.4-r0 \
bash \
build-base \
cargo \
gcc \
libffi-dev \
musl-dev \
openssl-dev \
python3-dev \
&& python3 -m pip install --upgrade \
cryptography==37.0.2 \
pip \
Expand Down

0 comments on commit dd52053

Please sign in to comment.