-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,20 @@ LABEL maintainer="Miguel Caballer <[email protected]>" | |
LABEL description="Container image to build faas-supervisor in alpine" | ||
RUN apk add --no-cache \ | ||
build-base \ | ||
libffi \ | ||
libffi-dev \ | ||
zlib-dev \ | ||
zlib \ | ||
bzip2-dev \ | ||
bzip2 \ | ||
readline-dev \ | ||
readline \ | ||
ncurses-dev \ | ||
ncurses \ | ||
sqlite-dev \ | ||
sqlite-libs \ | ||
tk-dev \ | ||
tk \ | ||
libssl1.1 \ | ||
openssl-dev \ | ||
musl-dev \ | ||
|
@@ -60,8 +67,8 @@ RUN apk add --no-cache --virtual .build-deps gcc musl-dev \ | |
RUN pip3 --no-cache-dir install awslambdaric==2.0.12 | ||
RUN pip3 --no-cache-dir install boto3==1.20.38 \ | ||
webdavclient3==3.14.6 \ | ||
requests==2.27.1 \ | ||
requests==2.32.3 \ | ||
setuptools>=40.8.0 \ | ||
wheel==0.37.1 \ | ||
pyyaml==6.0.1 \ | ||
rucio-clients==1.31.7 | ||
rucio-clients==36.2.0 |