feat(security): update system packages during build

!81
This commit is contained in:
2023-07-04 12:59:11 +09:30
parent a430dc6400
commit 1a1dc118bb

View File

@ -42,6 +42,8 @@ RUN apt update \
locales \
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
&& locale-gen \
&& apt list --upgradable \
&& apt upgrade --no-install-recommends -y \
&& apt-get install --no-install-recommends -y \
openssh-client \
git \