Skip to content

Commit a43eb63

Browse files
committed
Run apt-get upgrade during build
1 parent f1280dd commit a43eb63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN \
101101
> /run/systemd/container && \
102102
echo "**** install apt-utils and locales ****" && \
103103
apt-get update && \
104+
apt-get upgrade -y && \
104105
apt-get install -y \
105106
apt-utils \
106107
locales && \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN \
101101
> /run/systemd/container && \
102102
echo "**** install apt-utils and locales ****" && \
103103
apt-get update && \
104+
apt-get upgrade -y && \
104105
apt-get install -y \
105106
apt-utils \
106107
locales && \

0 commit comments

Comments
 (0)