Skip to content

Commit d2420cc

Browse files
rebuild
1 parent 70859ef commit d2420cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN apk add --no-cache --virtual deps openssl && \
1313
COPY ./.ssh/ /root/.ssh/
1414

1515
# 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
16+
RUN ssh-keyscan github.com >> /root/.ssh/known_hosts
17+
RUN ssh-keyscan bitbucket.org >> /root/.ssh/known_hosts
1818

1919
COPY ./start.sh /run/start.sh
2020
RUN chmod +x /run/start.sh

0 commit comments

Comments
 (0)