Merge pull request #159 from linuxserver/noble-upgrade
commit
78396ce93f
|
@ -29,7 +29,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
|
||||||
|
@ -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 && \
|
||||||
|
|
|
@ -29,7 +29,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
|
||||||
|
@ -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 && \
|
||||||
|
@ -117,7 +118,7 @@ RUN \
|
||||||
curl \
|
curl \
|
||||||
gnupg \
|
gnupg \
|
||||||
jq \
|
jq \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
tzdata && \
|
tzdata && \
|
||||||
echo "**** generate locale ****" && \
|
echo "**** generate locale ****" && \
|
||||||
locale-gen en_US.UTF-8 && \
|
locale-gen en_US.UTF-8 && \
|
||||||
|
|
Ładowanie…
Reference in New Issue