Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from zaro0508/i-956_2
Browse files Browse the repository at this point in the history
[Resolves #956] attempt to fix build
  • Loading branch information
rdkr authored Mar 30, 2021
2 parents cc919cb + eebb78e commit 1275c76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.13

RUN apk add --update --no-cache \
patch \
Expand All @@ -9,6 +9,7 @@ RUN apk add --update --no-cache \
curl \
bzip2-dev \
bash \
py3-pip \
python3 \
python3-dev \
libffi-dev \
Expand All @@ -19,7 +20,9 @@ RUN apk add --update --no-cache \
readline-dev \
openssl-dev \
sqlite-dev \
zlib-dev
zlib-dev \
rust \
cargo

RUN pip3 install --no-cache-dir virtualenv \
&& pip3 install --no-cache-dir tox \
Expand Down

0 comments on commit 1275c76

Please sign in to comment.