Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
feat(docker): install "tzdata" for customizing the timezone from UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleV authored Sep 7, 2018
1 parent a41eb1c commit c5e748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM keymetrics/pm2:8-alpine

RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
apk add --no-cache bash git openssh tzdata

# Add global node packages
RUN npm i -g lsc

0 comments on commit c5e748e

Please sign in to comment.