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.
2 parents 785fedb + 80fc250 commit db7cc3aCopy full SHA for db7cc3a
1 file changed
async_packager/Dockerfile
@@ -29,8 +29,8 @@ EOF
29
30
31
# update and install other dependencies
32
-RUN apt-get -y update \
33
- # && apt-get -y upgrade \
+RUN apt-get update \
+ && apt-get -y upgrade \
34
&& apt-get install -y python3.12-venv \
35
&& apt-get remove python3-pil -y \
36
&& apt clean
0 commit comments