Tryfix for missing local timezone data
This commit is contained in:
parent
243c8a4542
commit
72a4ea9e5c
@ -9,6 +9,11 @@ RUN EOF
|
||||
# Install common packages
|
||||
apk --no-cache add libbz2 libgcc libressl libstdc++ libxml2 libxslt ncurses-libs pcre readline s6 xz-libs
|
||||
|
||||
# Set time zone data
|
||||
apk --no-cache add tzdata
|
||||
cp /usr/share/zoneinfo/UTC /etc/localtime
|
||||
apk --no-cache del tzdata
|
||||
|
||||
# Cleanup
|
||||
rm -rf /etc/crontabs/root /etc/periodic
|
||||
EOF
|
||||
|
@ -9,6 +9,11 @@ RUN EOF
|
||||
# Install common packages
|
||||
apk --no-cache add libbz2 libgcc libressl libstdc++ libxml2 libxslt ncurses-libs pcre readline s6 xz-libs
|
||||
|
||||
# Set time zone data
|
||||
apk --no-cache add tzdata
|
||||
cp /usr/share/zoneinfo/UTC /etc/localtime
|
||||
apk --no-cache del tzdata
|
||||
|
||||
# Cleanup
|
||||
rm -rf /etc/crontabs/root /etc/periodic
|
||||
EOF
|
||||
|
@ -9,6 +9,11 @@ RUN EOF
|
||||
# Install common packages
|
||||
apk --no-cache add libbz2 libgcc libressl libstdc++ libxml2 libxslt ncurses-libs pcre readline s6 xz-libs
|
||||
|
||||
# Set time zone data
|
||||
apk --no-cache add tzdata
|
||||
cp /usr/share/zoneinfo/UTC /etc/localtime
|
||||
apk --no-cache del tzdata
|
||||
|
||||
# Cleanup
|
||||
rm -rf /etc/crontabs/root /etc/periodic
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user