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 f1280dd commit a43eb63Copy full SHA for a43eb63
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 -y && \
105
apt-get install -y \
106
apt-utils \
107
locales && \
Dockerfile.aarch64
0 commit comments