Skip to content

Commit

Permalink
fix(Dockerfile): don't install unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed May 28, 2024
1 parent 31f082d commit ccc8475
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM golang:1.22.3-bookworm as builder

WORKDIR /app

RUN apt update && apt install -y build-essential

COPY . .

RUN go build -o /subatomic ./server
Expand Down

0 comments on commit ccc8475

Please sign in to comment.