Update docker file

This commit is contained in:
Alexandre Jörgensen 2025-11-04 16:52:45 +01:00
parent cf91c6b139
commit 21da1a6fb2

View file

@ -66,6 +66,9 @@ RUN sudo apt-get install -y gnupg2
# Install configuration tools
RUN sudo apt-get install -y wget
# Install crashpad build tools
RUN sudo pip3 install httplib2==0.22.0
# Configure user bc
RUN useradd -ms /bin/bash bc && \
echo 'bc:cotcot' | chpasswd && \