Skip to content

Commit

Permalink
Temporary fix for build failure
Browse files Browse the repository at this point in the history
The latest alpine has a borken gcc which fails our build.
  • Loading branch information
sharkwouter committed Jun 19, 2023
1 parent ec637f6 commit 147ca65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ FROM $BASE_DOCKER_ALLEGREX_IMAGE
FROM $BASE_DOCKER_EXTRA_IMAGE

# Second stage of Dockerfile
FROM alpine:latest
FROM alpine:3.16

ENV PSPDEV /usr/local/pspdev
ENV PATH $PATH:${PSPDEV}/bin

COPY --from=0 ${PSPDEV} ${PSPDEV}
COPY --from=1 ${PSPDEV} ${PSPDEV}
COPY --from=1 ${PSPDEV} ${PSPDEV}

0 comments on commit 147ca65

Please sign in to comment.