Skip to content

Commit

Permalink
chore(docker): add tzdata to images
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Dec 5, 2023
1 parent afe827b commit cea1849
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .docker/robolaunch/dockerfiles/devspace/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@ RUN cp /usr/share/backgrounds/xfce/xfce-stripes.png /usr/share/backgrounds/xfce/
RUN mkdir -p /etc/devspace
COPY vdi-init.sh /etc/devspace/

# setup tzdata to set timezone
RUN apt-get update && \
apt-get install -y tzdata

CMD ["sleep", "infinity"]
4 changes: 4 additions & 0 deletions .docker/robolaunch/dockerfiles/devspace/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ RUN apt-get update && apt-get install -y \
dnsutils
RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 4.15.0

# setup tzdata to set timezone
RUN apt-get update && \
apt-get install -y tzdata

CMD ["sleep", "infinity"]

0 comments on commit cea1849

Please sign in to comment.