Update Dockerfile

change Dockerfile to arm64v8
This commit is contained in:
lf-zbw 2018-08-02 17:19:26 +08:00 committed by GitHub
parent b49a3774e7
commit 5abd6b69da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.6 FROM arm64v8/alpine:latest
RUN apk update -f \ RUN apk update -f \
&& apk --no-cache add -f \ && apk --no-cache add -f \