Skip to content

Commit

Permalink
Fix sourceforge.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jul 1, 2024
1 parent 28cf73b commit 625562e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ENV SSH_KNOWN_HOSTS=/etc/ssh/ssh_known_hosts
RUN mkdir -p /etc/ssh
RUN ssh-keyscan github.com >> /etc/ssh/ssh_known_hosts
RUN ssh-keyscan gitlab.com >> /etc/ssh/ssh_known_hosts
RUN ssh-keyscan sourceforge.net >> /etc/ssh/ssh_known_hosts
RUN ssh-keyscan bitbucket.org >> /etc/ssh/ssh_known_hosts
RUN ssh-keyscan shell.sf.net >> /etc/ssh/ssh_known_hosts

ENTRYPOINT ["/registry_container"]

0 comments on commit 625562e

Please sign in to comment.