Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 12, 2023
1 parent 8f02113 commit eb482c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ENV NTP_DIRECTIVES="ratelimit\nrtcsync"

# install chrony
RUN apk add --no-cache chrony && \
rm /etc/chrony/chrony.conf
rm /etc/chrony/chrony.conf && \
rm -rf /var/cache/apk/*

# script to configure/startup chrony (ntp)
COPY assets/startup.sh /bin/startup
Expand Down

0 comments on commit eb482c1

Please sign in to comment.