Skip to content

Commit

Permalink
add gcc for picfit image
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Feb 6, 2025
1 parent 94a05da commit 3923b57
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 g++ git make
RUN apk --no-cache add g++ gcc git make

COPY /picfit /picfit
WORKDIR /picfit
Expand Down

0 comments on commit 3923b57

Please sign in to comment.