Run apt-get upgrade during build
rodzic
bf58eadc92
commit
a4e90d4a79
|
@ -108,6 +108,7 @@ RUN \
|
||||||
> /run/systemd/container && \
|
> /run/systemd/container && \
|
||||||
echo "**** install apt-utils and locales ****" && \
|
echo "**** install apt-utils and locales ****" && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
apt-get upgrade -y && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
locales && \
|
locales && \
|
||||||
|
|
|
@ -108,6 +108,7 @@ RUN \
|
||||||
> /run/systemd/container && \
|
> /run/systemd/container && \
|
||||||
echo "**** install apt-utils and locales ****" && \
|
echo "**** install apt-utils and locales ****" && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
apt-get upgrade -y && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
locales && \
|
locales && \
|
||||||
|
|
Ładowanie…
Reference in New Issue