Ensure UTC locatime is copied
This commit is contained in:
parent
0addd3c206
commit
e23987c010
@ -73,8 +73,8 @@ RUN for f in passwd shadow group profile; do \
|
|||||||
curl -sSL -O . "https://git.busybox.net/buildroot/plain/system/skeleton/etc/$f"; \
|
curl -sSL -O . "https://git.busybox.net/buildroot/plain/system/skeleton/etc/$f"; \
|
||||||
done && \
|
done && \
|
||||||
\
|
\
|
||||||
# Copy /etc/localtime to output
|
# Copy UTC localtime to output
|
||||||
ln -vL /etc/localtime etc/
|
cp /usr/share/tzinfo/Etc/UTC etc/
|
||||||
|
|
||||||
# =============
|
# =============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user