Skip to content

Commit e407347

Browse files
committed
We need to be root to execute the necessary system level changes
1 parent b80bb63 commit e407347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY api api
77
COPY main.go main.go
88
RUN CGO_ENABLED=0 go build -a -o galactic-agent main.go
99

10-
FROM gcr.io/distroless/static:nonroot
10+
FROM gcr.io/distroless/static:root
1111
WORKDIR /
1212
COPY --from=builder /workspace/galactic-agent .
1313
ENTRYPOINT ["/galactic-agent"]

0 commit comments

Comments
 (0)