diff --git a/Dockerfile b/Dockerfile index 8585321..82af729 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ # First stage -FROM alpine:3.20 +FROM alpine:latest ENV PSPDEV /usr/local/pspdev ENV PATH $PATH:${PSPDEV}/bin COPY . /src -RUN apk add build-base bash gcc git make flex bison texinfo gmp-dev mpfr-dev mpc1-dev readline-dev ncurses-dev +RUN apk add build-base bash gcc git make flex bison texinfo gmp-dev mpfr-dev mpc1-dev readline-dev ncurses-dev gawk RUN mkdir $PSPDEV RUN cd /src && ./toolchain.sh