Skip to content

Commit

Permalink
Dockerfile: don't install git, not needed (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso authored Feb 20, 2025
1 parent 6aae01d commit b5f31f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Start with a golang base
FROM golang:1.23-bullseye AS base

# Install core tools
RUN apt-get update && \
apt-get install -y git

# Build the full app binary
WORKDIR /app
COPY . .
Expand Down

0 comments on commit b5f31f1

Please sign in to comment.