diff --git a/Dockerfile b/Dockerfile index 124cb37..b3292ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,11 +13,7 @@ RUN apt-get update && apt-get install -y \ python3.10 \ python3-pip \ git \ - wget \ - # ntpdate - -# # Update the system time -# RUN ntpdate time.aws.com + wget # Clean up to reduce image size RUN apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*