Ensure UTC locatime is copied
This commit is contained in:
@@ -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/
|
||||||
|
|
||||||
# =============
|
# =============
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user