We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ed581 commit 69dafc4Copy full SHA for 69dafc4
Makefile
@@ -7,7 +7,7 @@ all:
7
@echo This Makefile is only for building docker containers.
8
9
container:
10
- go build
+ CGO_ENABLED=0 go build
11
# This list is from go/src/crypto/x509/root_unix.go.
12
install $(shell ls \
13
/etc/ssl/certs/ca-certificates.crt \
@@ -18,4 +18,4 @@ container:
18
/etc/pki/tls/cacert.pem \
19
/etc/certs/ca-certificates.crt \
20
2>&- | head -1) ca-certificates.crt
21
- docker build --rm -t=robustirc/captchasrv .
+ docker build --no-cache --rm -t=robustirc/captchasrv .
0 commit comments