diff --git a/images/release/Dockerfile b/images/release/Dockerfile index 80af598..7a28a0a 100644 --- a/images/release/Dockerfile +++ b/images/release/Dockerfile @@ -14,6 +14,8 @@ RUN npm install -g \ WORKDIR /app +ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache + RUN mkdir -p /home/node/.ssh/ \ && ssh-keyscan -t rsa gitlab.com >> /home/node/.ssh/known_hosts \ && ssh-keyscan -t rsa bitbucket.org >> /home/node/.ssh/known_hosts \