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 d2420cc commit b3d6e1dCopy full SHA for b3d6e1d
Dockerfile.aarch64
@@ -1,5 +1,5 @@
1
FROM arm64v8/alpine:3.7
2
-RUN apk add --no-cache git bash
+RUN apk add --no-cache git bash openssh
3
4
# install git-lfs
5
RUN apk add --no-cache --virtual deps openssl && \
0 commit comments