Skip to content

Commit

Permalink
rc
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Oct 19, 2023
1 parent df0ec1a commit 092431e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 092431e

Please sign in to comment.