Update Dockerfile
This commit is contained in:
parent
1c555eb212
commit
7f66053258
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ RUN dpkg-reconfigure -f noninteractive tzdata
|
||||||
|
|
||||||
# install software
|
# install software
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y build-essential cron python3-pip gettext
|
RUN apt install -y build-essential python3-pip gettext
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
RUN pip3 install --upgrade pip
|
RUN pip3 install --upgrade pip
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue