Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth authored Oct 30, 2023
1 parent f549850 commit ddd1030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-functions/upload-statistics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --no-cache \
libstdc++

# Upgrade insecure packages (can't use alpine 3.17 as no libexecinfo-dev)
RUN apk update && apk upgrade expat krb5-libs libcrypto1.1 libssl1.1 libcom_err
RUN apk update && apk upgrade expat krb5-libs libcrypto1.1 libssl1.1 libcom_err ncurses
RUN pip install setuptools --upgrade

FROM python-alpine as build-image
Expand Down

0 comments on commit ddd1030

Please sign in to comment.