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 7f6e235 commit ed865dfCopy full SHA for ed865df
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