Fix typo
This commit is contained in:
parent
47d42b864b
commit
f5d66c9f40
@ -1,6 +1,6 @@
|
|||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
# Set system time zone to prevent the tzdata package from hanging looking for user input pater
|
# Set system time zone to prevent the tzdata package from hanging looking for user input
|
||||||
RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
|
||||||
|
|
||||||
# Install basic tools
|
# Install basic tools
|
||||||
|
Loading…
Reference in New Issue
Block a user