Skip to content

Commit

Permalink
Adds GitHub SSH key to known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
AugmenTab committed Jan 25, 2024
1 parent 89318a3 commit 03f63c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ RUN apt-get update && \
apt-get install -qq -y --no-install-recommends nodejs && \
apt-get clean

RUN mkdir -p ~/.ssh/ && ssh-keyscan -t ed25519 github.com >> ~/.ssh/known_hosts

RUN npm install -g [email protected]
RUN npm install -g spago@next [email protected] [email protected] [email protected] [email protected]

0 comments on commit 03f63c0

Please sign in to comment.