mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Update docker file
This commit is contained in:
parent
cf91c6b139
commit
21da1a6fb2
1 changed files with 3 additions and 0 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue