install file

This commit is contained in:
David Holdeman 2023-01-21 20:11:53 -06:00
parent 4532cd80c1
commit 2ea6bbc9ed
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ RUN useradd -m -g sudo docker &&\
time \
lsb-release \
wget \
file \
&& 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 &&\