Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 62f23dd

Browse files
committed
dockerfile packages
1 parent 253c775 commit 62f23dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ LABEL maintainer "CSC Developers"
2121
LABEL org.label-schema.schema-version="1.0"
2222
LABEL org.label-schema.vcs-url="https://github.com/CSCFI/beacon-python"
2323

24+
RUN apk add --update \
25+
&& apk add --no-cache curl bzip2 xz
26+
2427
COPY --from=BUILD usr/local/lib/python3.7/ usr/local/lib/python3.7/
2528

2629
COPY --from=BUILD /usr/local/bin/gunicorn /usr/local/bin/

0 commit comments

Comments
 (0)