install stuff required for apt diagnosis

This commit is contained in:
David Holdeman 2023-01-21 16:19:45 -06:00
parent 606116eaf2
commit 2937887dd5
1 changed files with 2 additions and 0 deletions

View File

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