Update Dockerfile

This commit is contained in:
Andros Fenollosa 2021-05-11 17:23:02 +02:00 committed by GitHub
parent 1c555eb212
commit 7f66053258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ RUN dpkg-reconfigure -f noninteractive tzdata
# install software
RUN apt update
RUN apt install -y build-essential cron python3-pip gettext
RUN apt install -y build-essential python3-pip gettext
# install dependencies
RUN pip3 install --upgrade pip