mirror of
https://github.com/penpot/penpot.git
synced 2026-06-11 09:52:12 +00:00
🐳 Add command to upgrade packages during the creation
This commit is contained in:
parent
5eb8c9ee70
commit
726a0cf89f
@ -13,6 +13,7 @@ RUN set -ex; \
|
||||
mkdir -p /etc/resolvconf/resolv.conf.d; \
|
||||
echo "nameserver 127.0.0.11" > /etc/resolvconf/resolv.conf.d/tail; \
|
||||
apt-get -qq update; \
|
||||
apt-get -qq upgrade; \
|
||||
apt-get -qqy --no-install-recommends install \
|
||||
curl \
|
||||
tzdata \
|
||||
|
||||
@ -13,6 +13,7 @@ RUN set -ex; \
|
||||
mkdir -p /etc/resolvconf/resolv.conf.d; \
|
||||
echo "nameserver 127.0.0.11" > /etc/resolvconf/resolv.conf.d/tail; \
|
||||
apt-get -qq update; \
|
||||
apt-get -qq upgrade; \
|
||||
apt-get -qqy --no-install-recommends install \
|
||||
curl \
|
||||
tzdata \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user