We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c3aa9 commit 20f1a53Copy full SHA for 20f1a53
shuffle-tools/1.2.0/Dockerfile
@@ -5,7 +5,7 @@ FROM frikky/shuffle:app_sdk as base
5
FROM base as builder
6
7
# Install all alpine build tools needed for our pip installs
8
-RUN apk --no-cache add --update alpine-sdk libffi libffi-dev musl-dev openssl-dev git
+RUN apk --no-cache add --update alpine-sdk libffi libffi-dev musl-dev openssl-dev git zlib-dev python3-dev
9
10
# Install all of our pip packages in a single directory that we can copy to our base image later
11
RUN mkdir /install
0 commit comments