Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix: docker image wrong dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Jan 6, 2024
1 parent d2b26fe commit 835ec4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ WORKDIR /go/src/app
RUN apt update && apt install -y \
make \
gcc \
libwebp-dev \
libwebp-tools
libwebp-dev
COPY go.mod go.sum ./
RUN go mod download

Expand Down

0 comments on commit 835ec4d

Please sign in to comment.