install lsb-release

This commit is contained in:
David Holdeman 2023-01-21 17:30:17 -06:00
parent 2937887dd5
commit f54bfd7fdc
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ RUN useradd -m -g sudo docker &&\
sudo \
ruby-rubygems \
time \
lsb-release \
&& apt-get autoremove -y && apt-get clean -y &&\
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers &&\
chown -R docker /opt