Skip to content

Commit

Permalink
fix: don't run ntpdate as this is not working in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Oct 11, 2023
1 parent d703832 commit 2f7bd3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ RUN apt-get update && apt-get install -y \
python3-pip \
git \
wget \
ntpdate
# ntpdate

# Update the system time
RUN ntpdate time.aws.com
# # Update the system time
# 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 2f7bd3f

Please sign in to comment.