Skip to content

Commit

Permalink
no tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
jfulem authored Jul 3, 2024
1 parent b20b3a8 commit 5d81177
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 @@ -2,7 +2,7 @@
FROM ubuntu:22.04

# Update package lists
RUN apt update -y
RUN apt update -y && apt -y --no-install-recommends install tzdata

# Upgrade existing packages
RUN apt upgrade -y
Expand Down

0 comments on commit 5d81177

Please sign in to comment.