Mercurial > p > roundup > code
diff scripts/Docker/Dockerfile @ 8123:1aa3e5681979
doc: fix comment
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 17 Oct 2024 19:17:39 -0400 |
| parents | 61ffdc71cf46 |
| children | 0a6ca45c53b4 |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Thu Oct 17 19:17:03 2024 -0400 +++ b/scripts/Docker/Dockerfile Thu Oct 17 19:17:39 2024 -0400 @@ -49,7 +49,8 @@ RUN apk --no-cache upgrade # Add packages needed to compile mysql, pgsql and other python modules. -# 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 +# in /usr. # g++ installs cc1plus needed by pip install RUN apk --no-cache add \ file \
