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