mirror of
https://github.com/penpot/penpot.git
synced 2026-09-24 21:06:14 +00:00
🐳 Keep dist-upgrade unattended across the image builds
Signed-off-by: David Barragán Merino <david.barragan@kaleidos.net>
This commit is contained in:
parent
8ff99f0766
commit
443622b2f9
@ -6,7 +6,7 @@ ENV LANG='C.UTF-8' \
|
|||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apt-get -qq update; \
|
apt-get -qq update; \
|
||||||
apt-get -qq dist-upgrade; \
|
apt-get -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade; \
|
||||||
apt-get -qqy --no-install-recommends install \
|
apt-get -qqy --no-install-recommends install \
|
||||||
python3 \
|
python3 \
|
||||||
unzip \
|
unzip \
|
||||||
@ -417,7 +417,7 @@ RUN set -ex; \
|
|||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apt-get -qq update; \
|
apt-get -qq update; \
|
||||||
apt-get -qq dist-upgrade; \
|
apt-get -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade; \
|
||||||
apt-get -qqy --no-install-recommends install init-system-helpers; \
|
apt-get -qqy --no-install-recommends install init-system-helpers; \
|
||||||
apt-get -qqy install --no-install-recommends \
|
apt-get -qqy install --no-install-recommends \
|
||||||
redis-tools \
|
redis-tools \
|
||||||
|
|||||||
@ -9,7 +9,7 @@ ENV LANG='C.UTF-8' \
|
|||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apt-get -qq update; \
|
apt-get -qq update; \
|
||||||
apt-get -qq dist-upgrade; \
|
apt-get -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade; \
|
||||||
apt-get -qqy --no-install-recommends install \
|
apt-get -qqy --no-install-recommends install \
|
||||||
binutils \
|
binutils \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
@ -63,7 +63,7 @@ RUN set -ex; \
|
|||||||
apt-get -qq update; \
|
apt-get -qq update; \
|
||||||
apt-get -qqy --no-install-recommends install passwd; \
|
apt-get -qqy --no-install-recommends install passwd; \
|
||||||
useradd -U -M -u 1001 -s /bin/false -d /opt/penpot penpot; \
|
useradd -U -M -u 1001 -s /bin/false -d /opt/penpot penpot; \
|
||||||
apt-get -qq dist-upgrade; \
|
apt-get -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade; \
|
||||||
apt-get -qqy --no-install-recommends install \
|
apt-get -qqy --no-install-recommends install \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
|||||||
@ -11,7 +11,7 @@ RUN set -ex; \
|
|||||||
apt-get -qq update; \
|
apt-get -qq update; \
|
||||||
apt-get -qqy --no-install-recommends install passwd; \
|
apt-get -qqy --no-install-recommends install passwd; \
|
||||||
useradd -U -M -u 1001 -s /bin/false -d /opt/penpot penpot; \
|
useradd -U -M -u 1001 -s /bin/false -d /opt/penpot penpot; \
|
||||||
apt-get -qq dist-upgrade; \
|
apt-get -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade; \
|
||||||
apt-get -qqy --no-install-recommends install \
|
apt-get -qqy --no-install-recommends install \
|
||||||
curl \
|
curl \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
|||||||
@ -12,7 +12,7 @@ RUN set -ex; \
|
|||||||
mkdir -p /etc/resolvconf/resolv.conf.d; \
|
mkdir -p /etc/resolvconf/resolv.conf.d; \
|
||||||
echo "nameserver 127.0.0.11" > /etc/resolvconf/resolv.conf.d/tail; \
|
echo "nameserver 127.0.0.11" > /etc/resolvconf/resolv.conf.d/tail; \
|
||||||
apt-get -qq update; \
|
apt-get -qq update; \
|
||||||
apt-get -qq dist-upgrade; \
|
apt-get -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade; \
|
||||||
apt-get -qqy --no-install-recommends install \
|
apt-get -qqy --no-install-recommends install \
|
||||||
curl \
|
curl \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user