Skip to content

Commit

Permalink
[Ashish]Add.Tzdata package has been added to the Dockerfile (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishkurianTw committed Aug 16, 2023
1 parent 08959ab commit bf0c54d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
FROM httpd:2.4-alpine
COPY dist/federation/. /usr/local/apache2/htdocs/ipd/

RUN apk update && apk upgrade && \
apk add --no-cache tzdata

COPY dist/federation/. /usr/local/apache2/htdocs/ipd/

0 comments on commit bf0c54d

Please sign in to comment.