Skip to content

Commit

Permalink
Fix alpine 3.12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
chennin committed May 24, 2024
1 parent ce35945 commit 32ed64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GIT_SD_NAME="stellaris-dashboard"
USER root
RUN apk update && apk upgrade && \
apk --no-cache add \
dumb-init curl git libstdc++ openblas && \
dumb-init curl git libstdc++ openblas gcc g++ && \
rm -rf /var/cache/apk/*
RUN adduser --disabled-password stellaris

Expand Down

0 comments on commit 32ed64b

Please sign in to comment.