Skip to content

Commit a77c9d8

Browse files
authored
Update Dockerfile
1 parent e75264b commit a77c9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM cimg/go:1.23
55

66
### Install dependent packages
7-
RUN apt-get update && apt-get install -y --no-install-recommends zip curl unzip make git build-essential awscli && \
7+
RUN apt-get update -y && apt-get install -y --no-install-recommends zip curl unzip make git build-essential awscli && \
88
rm -rf /var/lib/apt/lists/*
99

1010
# Verify AWS CLI installation

0 commit comments

Comments
 (0)