diff --git a/Dockerfile b/Dockerfile index a97346b..124cb37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*