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 2571eae commit 1d8895eCopy full SHA for 1d8895e
scripts/Docker/Dockerfile
@@ -51,6 +51,7 @@ RUN apk --no-cache upgrade
51
# Can't use apk to add python packages as it installs 3.9 python version.
52
# g++ installs cc1plus needed by pip install
53
RUN apk --no-cache add \
54
+ file \
55
g++ \
56
gcc \
57
gpgme-dev \
0 commit comments