Merge pull request #160 from linuxserver/focal-upgrade
commit
015c4ac8a8
|
@ -25,7 +25,7 @@ RUN \
|
||||||
/root-out/var/log/*
|
/root-out/var/log/*
|
||||||
|
|
||||||
# set version for s6 overlay
|
# set version for s6 overlay
|
||||||
ARG S6_OVERLAY_VERSION="3.1.5.0"
|
ARG S6_OVERLAY_VERSION="3.1.6.2"
|
||||||
ARG S6_OVERLAY_ARCH="x86_64"
|
ARG S6_OVERLAY_ARCH="x86_64"
|
||||||
|
|
||||||
# add s6 overlay
|
# add s6 overlay
|
||||||
|
@ -99,6 +99,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 && \
|
||||||
|
|
|
@ -25,7 +25,7 @@ RUN \
|
||||||
/root-out/var/log/*
|
/root-out/var/log/*
|
||||||
|
|
||||||
# set version for s6 overlay
|
# set version for s6 overlay
|
||||||
ARG S6_OVERLAY_VERSION="3.1.5.0"
|
ARG S6_OVERLAY_VERSION="3.1.6.2"
|
||||||
ARG S6_OVERLAY_ARCH="aarch64"
|
ARG S6_OVERLAY_ARCH="aarch64"
|
||||||
|
|
||||||
# add s6 overlay
|
# add s6 overlay
|
||||||
|
@ -99,6 +99,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