Skip to content

Commit

Permalink
unnecessary install git
Browse files Browse the repository at this point in the history
  • Loading branch information
parMaster committed May 1, 2024
1 parent 8d0cd31 commit 88f73ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ RUN adduser \
ADD . /build
WORKDIR /build

# Install git
RUN apt-get install -y git

# Build the application with the vendor dependencies and the cache
RUN --mount=type=cache,target="/root/.cache/go-build" make

Expand Down

0 comments on commit 88f73ea

Please sign in to comment.