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 6d8092d commit 0754423Copy full SHA for 0754423
scripts/Docker/Dockerfile
@@ -49,7 +49,8 @@ WORKDIR $appdir
49
RUN apk --no-cache upgrade
50
51
# Add packages needed to compile mysql, pgsql and other python modules.
52
-# Can't use apk to add python packages as it installs 3.9 python version.
+# Can't use apk to add python packages as it installs for base image
53
+# in /usr.
54
# g++ installs cc1plus needed by pip install
55
RUN apk --no-cache add \
56
file \
0 commit comments