We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2e5f3 commit 1c510e4Copy full SHA for 1c510e4
Dockerfile
@@ -42,6 +42,7 @@ RUN apk --update --no-cache upgrade \
42
&& cp /usr/share/zoneinfo/${TZ} /etc/localtime \
43
&& echo $TZ > /etc/timezone \
44
&& rm -f /etc/chrony/chrony.conf /run/chrony/* \
45
+ && mkdir -p /var/run/chrony /var/lib/chrony \
46
&& chown -R chrony:chrony /var/run/chrony /var/lib/chrony \
47
&& chmod 700 /var/run/chrony /var/lib/chrony
48
0 commit comments