Skip to content

Commit d8e6ade

Browse files
authored
Merge pull request #10 from codesuki/certificates
install certificates
2 parents 199f5b3 + 5f52aa1 commit d8e6ade

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
@@ -5,7 +5,7 @@ RUN sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/ng
55

66
WORKDIR /root/
77

8-
RUN apt-get update && apt-get install -y -q --no-install-recommends curl unzip && apt-get clean
8+
RUN apt-get update && apt-get install -y -q --no-install-recommends curl unzip ca-certificates && apt-get clean
99

1010
# download release of ecs-gen
1111
ENV ECS_GEN_RELEASE 0.3.1

0 commit comments

Comments
 (0)