Skip to content

Commit

Permalink
fix: only install needed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Mar 20, 2023
1 parent 23c0620 commit e27c903
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
Expand Up @@ -21,7 +21,7 @@ LABEL maintainer "KagChi"
WORKDIR /app

# Install needed deps
RUN apk add libc vips gcc g++ make
RUN apk add vips

COPY --from=build-stage /tmp/build/main main

Expand Down

0 comments on commit e27c903

Please sign in to comment.