Skip to content

Commit 1c510e4

Browse files
authored
Update Dockerfile
Signed-off-by: Andre Essing <[email protected]>
1 parent ba2e5f3 commit 1c510e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN apk --update --no-cache upgrade \
4242
&& cp /usr/share/zoneinfo/${TZ} /etc/localtime \
4343
&& echo $TZ > /etc/timezone \
4444
&& rm -f /etc/chrony/chrony.conf /run/chrony/* \
45+
&& mkdir -p /var/run/chrony /var/lib/chrony \
4546
&& chown -R chrony:chrony /var/run/chrony /var/lib/chrony \
4647
&& chmod 700 /var/run/chrony /var/lib/chrony
4748

0 commit comments

Comments
 (0)