diff --git a/Dockerfile b/Dockerfile index 60306ea..b431222 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.12 LABEL maintainer "Fco. Javier Delgado del Hoyo " -RUN apk add --update bash mysql-client gzip openssl && rm -rf /var/cache/apk/* +RUN apk add --update tzdata bash mysql-client gzip openssl && rm -rf /var/cache/apk/* ARG OS=alpine-linux ARG ARCH=amd64