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 3308a40 commit 1153ff0Copy full SHA for 1153ff0
build/build-docker-image-dockerfile
@@ -2,7 +2,7 @@ FROM golang:alpine AS builder
2
COPY . /go/src/mjpclab.dev/ghfs/
3
RUN \
4
sed -i 's;://[^/ ]*;://mirrors.aliyun.com;' /etc/apk/repositories; \
5
- apk add bash; \
+ apk add bash git; \
6
mkdir -p /output/usr/local/bin/;
7
RUN ["/bin/bash", "-c", "cd /go/src/mjpclab.dev/ghfs/build/; source ./build.inc.sh; go build -ldflags \"$(getLdFlags)\" -o /output/usr/local/bin/ghfs ../main.go"]
8
COPY conf/docker-image/ /output/
0 commit comments