We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75264b commit a77c9d8Copy full SHA for a77c9d8
Dockerfile
@@ -4,7 +4,7 @@
4
FROM cimg/go:1.23
5
6
### Install dependent packages
7
-RUN apt-get update && apt-get install -y --no-install-recommends zip curl unzip make git build-essential awscli && \
+RUN apt-get update -y && apt-get install -y --no-install-recommends zip curl unzip make git build-essential awscli && \
8
rm -rf /var/lib/apt/lists/*
9
10
# Verify AWS CLI installation
0 commit comments