install software-properties-common

This commit is contained in:
David Holdeman 2023-02-27 18:11:43 -06:00
parent af80ffc9a1
commit 212dc7baf3
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ RUN groupadd docker -g $GID &&\
supervisor \
iproute2 \
openssh-client \
software-properties-common \
&& apt-get autoremove -y && apt-get clean -y &&\
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers &&\
echo 'APT::Get::Assume-Yes "true";' >/etc/apt/apt.conf.d/90forceyes &&\