Skip to content

Commit

Permalink
add tzdata to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelwastaken committed Sep 11, 2023
1 parent b06beaa commit 85879fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /sms
WORKDIR /sms

RUN apk update && \
apk add --no-cache python3 py3-pip && \
apk add --no-cache python3 py3-pip tzdata && \
pip install --no-cache-dir -r requirements.txt

ENTRYPOINT ["python", "-u", "sms.py"]

0 comments on commit 85879fc

Please sign in to comment.