mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐳 Add command to upgrade packages during the creation
This commit is contained in:
parent
9c7af3aeb5
commit
7cb7f7adb2
@ -13,6 +13,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 upgrade; \
|
||||||
apt-get -qqy --no-install-recommends install \
|
apt-get -qqy --no-install-recommends install \
|
||||||
curl \
|
curl \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
|||||||
@ -13,6 +13,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 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