rc
This commit is contained in:
parent
df0ec1af19
commit
092431e9d2
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
FROM golang:latest AS builder
|
||||
WORKDIR /
|
||||
COPY init_portainer.go /
|
||||
# CGO_ENABLED=0 can not depend on any dynamic library
|
||||
RUN CGO_ENABLED=0 go build -o init_portainer /init_portainer.go
|
||||
RUN chmod +x /init_portainer
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue