Include tzdata package in docker container

pull/423/head
Amir Zarrinkafsh 2019-10-30 20:02:25 +11:00 committed by Clément Michaud
parent 546616173c
commit 3725578d8b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.9.4
WORKDIR /usr/app WORKDIR /usr/app
RUN apk --no-cache add ca-certificates wget RUN apk --no-cache add ca-certificates tzdata wget
# Install the libc required by the password hashing compiled with CGO. # Install the libc required by the password hashing compiled with CGO.
RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub