Skip to content

Commit

Permalink
fix: Handle bitbucket key rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Jun 21, 2023
1 parent 6559949 commit 3caa92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/release/Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit 3caa92d

Please sign in to comment.