diff options
author | Wei-Ning Huang <aitjcize@gmail.com> | 2020-09-24 22:18:04 +0800 |
---|---|---|
committer | Wei-Ning Huang <aitjcize@gmail.com> | 2020-09-24 22:18:04 +0800 |
commit | f1dc0d8fec7a2032d3af423f9cfb8cab850f0f9a (patch) | |
tree | a1e21f981fc1ce6e12d175ea940419e66f4ee68b /Dockerfile | |
parent | a34c58e1d46c6a39fa9ff5f7b3d8a6a715f66b32 (diff) | |
download | go-tangerine-1.0.0-tan.tar go-tangerine-1.0.0-tan.tar.gz go-tangerine-1.0.0-tan.tar.bz2 go-tangerine-1.0.0-tan.tar.lz go-tangerine-1.0.0-tan.tar.xz go-tangerine-1.0.0-tan.tar.zst go-tangerine-1.0.0-tan.zip |
Dockerfile: fix buildv1.0.0-tan
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 2f4918367..158aef970 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12-alpine as builder +FROM golang:alpine as builder RUN apk add --no-cache make gcc musl-dev linux-headers g++ gmp-dev pkgconfig |