mirror of
https://github.com/linuxserver/docker-baseimage-ubuntu.git
synced 2026-04-27 00:00:54 +08:00
Run apt-upgrade during build
This commit is contained in:
parent
2b6530ec48
commit
ba23dac60a
@ -105,6 +105,7 @@ RUN \
|
||||
> /run/systemd/container && \
|
||||
echo "**** install apt-utils and locales ****" && \
|
||||
apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y \
|
||||
apt-utils \
|
||||
locales && \
|
||||
|
||||
@ -105,6 +105,7 @@ RUN \
|
||||
> /run/systemd/container && \
|
||||
echo "**** install apt-utils and locales ****" && \
|
||||
apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y \
|
||||
apt-utils \
|
||||
locales && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user