Skip to content

Commit 0754423

Browse files
committed
doc: fix comment
1 parent 6d8092d commit 0754423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/Docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ WORKDIR $appdir
4949
RUN apk --no-cache upgrade
5050

5151
# 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.
52+
# Can't use apk to add python packages as it installs for base image
53+
# in /usr.
5354
# g++ installs cc1plus needed by pip install
5455
RUN apk --no-cache add \
5556
file \

0 commit comments

Comments
 (0)