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"; \
|
||||
done && \
|
||||
\
|
||||
# Copy /etc/localtime to output
|
||||
ln -vL /etc/localtime etc/
|
||||
# Copy UTC localtime to output
|
||||
cp /usr/share/tzinfo/Etc/UTC etc/
|
||||
|
||||
# =============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user