Skip to content

Commit

Permalink
fix: got rid of syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Oct 11, 2023
1 parent 2f7bd3f commit c04de4d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit c04de4d

Please sign in to comment.