Update Dockerfile
This commit is contained in:
parent
bc38a6d204
commit
4094813e3b
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ ENV PYTHONUNBUFFERED: 1
|
|||
# set work directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# set time
|
||||
RUN ln -fs /usr/share/zoneinfo/Europe/Madrid /etc/localtime
|
||||
RUN dpkg-reconfigure -f noninteractive tzdata
|
||||
|
||||
# install software
|
||||
RUN apt update
|
||||
RUN apt install -y build-essential cron python3-pip gettext
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue