Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/netdisco/netdisco-docker:
  add tzdata to netdisco-postgresql
  add tzdata to netdisco-base
  • Loading branch information
rc9000 committed Apr 9, 2024
2 parents 8c2626a + d7a9406 commit 3f317a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions netdisco-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ RUN apk add --no-cache \
perl-regexp-ipv6 \
perl-file-sharedir \
postgresql-client \
tzdata \
shadow

RUN groupadd -r netdisco -g 901 && \
Expand Down
1 change: 1 addition & 0 deletions netdisco-postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ LABEL org.label-schema.docker.schema-version="1.0" \

RUN apk add --no-cache \
curl \
tzdata \
tar

COPY netdisco-initdb.sh /docker-entrypoint-initdb.d/
Expand Down

0 comments on commit 3f317a8

Please sign in to comment.