Update Dockerfile

This commit is contained in:
Andros Fenollosa 2021-04-28 16:43:39 +02:00 committed by GitHub
parent bc38a6d204
commit 4094813e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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