We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70859ef commit d2420ccCopy full SHA for d2420cc
Dockerfile.aarch64
@@ -13,8 +13,8 @@ RUN apk add --no-cache --virtual deps openssl && \
13
COPY ./.ssh/ /root/.ssh/
14
15
# add fingerprint for major git providers
16
-RUN ssh-keyscan github.com > /root/.ssh/known_hosts
17
-RUN ssh-keyscan bitbucket.org > /root/.ssh/known_hosts
+RUN ssh-keyscan github.com >> /root/.ssh/known_hosts
+RUN ssh-keyscan bitbucket.org >> /root/.ssh/known_hosts
18
19
COPY ./start.sh /run/start.sh
20
RUN chmod +x /run/start.sh
0 commit comments