Skip to content

Commit

Permalink
install libvips into docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Jan 16, 2024
1 parent d99c8f2 commit 99d7e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /app
WORKDIR /app/backend

# Add gcc
RUN apt update && apt install -y build-essential
RUN apt update && apt install -y build-essential libvips-dev

RUN go get -v . && \
go env -w GOFLAGS=-mod=mod && \
Expand Down

0 comments on commit 99d7e4c

Please sign in to comment.