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 dfa7ad9 + c31f24e commit 6cd0cdfCopy full SHA for 6cd0cdf
Dockerfile
@@ -101,7 +101,7 @@ RUN \
101
> /run/systemd/container && \
102
echo "**** install apt-utils and locales ****" && \
103
apt-get update && \
104
- apt-get upgrade && \
+ apt-get upgrade -y && \
105
apt-get install -y \
106
apt-utils \
107
locales && \
Dockerfile.aarch64
0 commit comments