k3s/vendor/github.com/bronze1man/goStrongswanVici/Dockerfile

8 lines
119 B
Docker
Raw Normal View History

2019-09-06 18:20:31 +00:00
# Docker image for building the Go app
FROM golang:latest
WORKDIR /app
ADD . /app
RUN GO111MODULE=on go mod download