Skip to content

Commit

Permalink
improve packages installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Feb 4, 2025
1 parent 96ad708 commit 260e8cf
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 @@ -20,7 +20,7 @@ USER root

# Install necessary packages
RUN apt-get update && \
apt-get install -y --no-install-recommends \
apt-get install -y \
tzdata=2024b-6ubuntu1 \
curl=8.11.1-1ubuntu1 \
bash=5.2.37-1ubuntu1 \
Expand Down

0 comments on commit 260e8cf

Please sign in to comment.