Skip to content

Commit

Permalink
Added tzdata to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorhoj committed Nov 15, 2022
1 parent deca95c commit f541777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /app

COPY . .

RUN apk add tzdata

RUN pip install pipenv && \
pipenv install --deploy --system && \
pip uninstall pipenv -y
Expand Down

0 comments on commit f541777

Please sign in to comment.