FROM golang:alpine as build-env RUN apk update && apk add bash ca-certificates git gcc g++ libc-dev WORKDIR /scrubber COPY .
確定! 回上一頁