There was an error while loading. Please reload this page.
2 parents 199f5b3 + 5f52aa1 commit d8e6adeCopy full SHA for d8e6ade
Dockerfile
@@ -5,7 +5,7 @@ RUN sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/ng
5
6
WORKDIR /root/
7
8
-RUN apt-get update && apt-get install -y -q --no-install-recommends curl unzip && apt-get clean
+RUN apt-get update && apt-get install -y -q --no-install-recommends curl unzip ca-certificates && apt-get clean
9
10
# download release of ecs-gen
11
ENV ECS_GEN_RELEASE 0.3.1
0 commit comments