Skip to content

Commit

Permalink
Use apt
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvolp12 committed Nov 13, 2024
1 parent 2c85c06 commit 155383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bigsky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# podman build -f ./cmd/bigsky/Dockerfile -t bigsky .

FROM golang:1.23.3-bookworm AS custom-go
RUN apk add --no-cache build-base make git
RUN apt update && apt install -y build-essential make git

# Git config
RUN git config --global user.email "automated_action_runner@github"
Expand Down

0 comments on commit 155383c

Please sign in to comment.