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 854b694 commit 7fc3e76Copy full SHA for 7fc3e76
Dockerfile.aarch64
@@ -1,10 +1,10 @@
1
-FROM multiarch/alpine:aarch64-v3.5
+FROM arm64v8/alpine:3.7
2
RUN apk add --no-cache git bash
3
4
# install git-lfs
5
RUN apk add --no-cache --virtual deps openssl && \
6
- wget -qO- https://github.com/git-lfs/git-lfs/releases/download/v2.3.4/git-lfs-linux-amd64-2.3.4.tar.gz | tar xz && \
7
- mv git-lfs-*/git-lfs /usr/bin/ && \
+ wget -qO- https://github.com/git-lfs/git-lfs/releases/download/v2.6.1/git-lfs-linux-arm64-v2.6.1.tar.gz | tar xz && \
+ mv git-lfs /usr/bin/ && \
8
rm -rf git-lfs-* && \
9
git lfs install && \
10
apk del deps
0 commit comments