Skip to content

Commit

Permalink
add deps for picfit image (webp updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Feb 6, 2025
1 parent 73e6c08 commit 94a05da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/picfit-image.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build stage
FROM golang:1.23.6-alpine3.21 AS build

RUN apk --no-cache add make
RUN apk --no-cache add g++ git make

COPY /picfit /picfit
WORKDIR /picfit
Expand Down

0 comments on commit 94a05da

Please sign in to comment.