Skip to content

Commit 20f1a53

Browse files
fix: added missing packages
1 parent 88c3aa9 commit 20f1a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shuffle-tools/1.2.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM frikky/shuffle:app_sdk as base
55
FROM base as builder
66

77
# 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
8+
RUN apk --no-cache add --update alpine-sdk libffi libffi-dev musl-dev openssl-dev git zlib-dev python3-dev
99

1010
# Install all of our pip packages in a single directory that we can copy to our base image later
1111
RUN mkdir /install

0 commit comments

Comments
 (0)