Skip to content

Commit

Permalink
remove unneeded apt-file image dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iliazeus committed Feb 20, 2024
1 parent fe63e2c commit 73567dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.22-bookworm as golang
WORKDIR /app

RUN apt-get update && apt-get install -y apt-file libwebp-dev
RUN apt-get update && apt-get install -y libwebp-dev

COPY ["go.mod", "go.sum", "./"]
RUN go mod download && go mod verify
Expand Down

0 comments on commit 73567dd

Please sign in to comment.