Skip to content

Commit abdc5d2

Browse files
committed
fix: set tz before prerequisites
1 parent 54a9faa commit abdc5d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
6161
wget
6262

6363
RUN export DEBIAN_FRONTEND=noninteractive && \
64+
export TZ="UTC" && \
6465
./tools/l4t_flash_prerequisites.sh
6566

6667
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)