Skip to content

Commit

Permalink
Merge pull request #717 from SimonTagne/patch-1
Browse files Browse the repository at this point in the history
Install pytz to web
  • Loading branch information
maxking authored Aug 31, 2024
2 parents 4fee322 + 2a1e564 commit ccbf86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN --mount=type=cache,target=/root/.cache \
diskcache \
django-utils-six \
tzdata \
pytz \
'django-allauth[socialaccount,openid]' \
&& apk del .build-deps \
&& addgroup -S mailman \
Expand Down

0 comments on commit ccbf86d

Please sign in to comment.