test of modified Dockerfile

This commit is contained in:
Matthew R Kasun 2021-11-15 22:59:20 +00:00
parent 00f1a7c2cd
commit 748c94f3b1

View file

@ -7,7 +7,7 @@ COPY . .
ENV GO111MODULE=auto
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=1 /usr/local/go/bin/go build -ldflags="-w -s" -o netmaker main.go
RUN GOOS=linux CGO_ENABLED=1 /usr/local/go/bin/go build -ldflags="-w -s" -o netmaker main.go
FROM alpine:3.13.6
# add a c lib