Skip to content

Commit

Permalink
[Ashish]Added Tzdata package| 1205239664019657 (Bahmni#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 and Supriya Muppiri committed Mar 8, 2024
1 parent 013aa69 commit 683772a
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 683772a

Please sign in to comment.