Skip to content

Commit

Permalink
[Ashish]Added Tzdata package| 1205239664019657 (#669)
Browse files Browse the repository at this point in the history
* [Ashish]Add.Trzdata package has been added

* [Ashish]Refactor.Tzdata package has been added to the Dockerfile
  • Loading branch information
AshishkurianTw authored Aug 16, 2023
1 parent 1cf789d commit 96dd33f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM httpd:2.4-alpine

RUN apk add -y --no-cache wget curl unzip
RUN apk update && \
apk add --no-cache tzdata wget curl unzip

EXPOSE 8091
COPY package/docker/httpd.conf /usr/local/apache2/conf
Expand Down

0 comments on commit 96dd33f

Please sign in to comment.