Skip to content

Commit

Permalink
fix dockerfile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Jan 31, 2024
1 parent 59f48e3 commit 6ea64e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=ssh \
elif [ "$TARGETARCH" = "amd64" ] ; then \
export CC=x86_64-linux-gnu-gcc; \
fi; \
go build -ldflags "-extldflags -static" -o ./app ./cmd/emulator ; \
go build -ldflags "-extldflags -static" -o ./app ./cmd/emulator

## Add the binary to a fresh distroless image
FROM gcr.io/distroless/static
Expand Down

0 comments on commit 6ea64e9

Please # to comment.