Skip to content

Commit

Permalink
ci: find out why ntpdate is not working on GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Oct 11, 2023
1 parent b1af369 commit d703832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
ntpdate

# Update the system time
RUN ntpdate -s time.aws.com
RUN ntpdate time.aws.com

# Clean up to reduce image size
RUN apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit d703832

Please sign in to comment.