Skip to content

Commit

Permalink
Add tzdata package to allow Docker TZ environment variable to take ef…
Browse files Browse the repository at this point in the history
…fect (#333)

Add tzdata package to allow Docker TZ environment variable to take effect
  • Loading branch information
goofball222 authored Sep 24, 2024
1 parent c6b3805 commit e184006
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 @@ -3,7 +3,7 @@ FROM steamcmd/steamcmd:ubuntu-22
# hadolint ignore=DL3008
RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gosu xdg-user-dirs curl jq --no-install-recommends \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gosu xdg-user-dirs curl jq tzdata --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& useradd -ms /bin/bash steam \
&& gosu nobody true
Expand Down

0 comments on commit e184006

Please sign in to comment.