diff --git a/Dockerfile b/Dockerfile index cbbed47..dfa0ec6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.22.3-alpine3.19 AS build -RUN apk --no-cache add gcc g++ make git libwebp-dev libwebp-tools ffmpeg imagemagick +RUN apk --no-cache add gcc g++ make git libwebp-tools ffmpeg imagemagick WORKDIR /go/src/watgbridge COPY go.mod go.sum ./ RUN go mod download