mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-22 12:28:13 -05:00
8 lines
232 B
Docker
8 lines
232 B
Docker
FROM golang:1.18-alpine
|
|
|
|
# ENV GOPROXY https://goproxy.cn,direct
|
|
|
|
# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
|
|
|
RUN apk add --no-cache gcc musl-dev linux-headers git ca-certificates openssl-dev
|