Update Dockerfile

This commit is contained in:
Simon 2021-10-09 20:10:15 +00:00
parent 0610dd994d
commit d4ca078eb8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ COPY config /opt/
RUN useradd -u 54000 radio && \
apt-get update && \
apt-get install -y git gcc g++ python2 wget make && \
apt-get install -y git gcc g++ python2 python2-dev wget make && \
cd /opt && \
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
python2 ./get-pip.py && \