Fix packages

This commit is contained in:
Marlon Beijer 2020-05-04 16:31:04 +02:00
parent b045d4b66d
commit 429d543dc1
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ RUN ln -s /opt/${CROSS_PFX} /opt/amiga
# START COMMON
MAINTAINER Marlon Beijer "marlon@amigadev.com"
RUN apt purge -y gcc g++ flex bison gettext texinfo binutils libgmp-dev libmpfr-dev libmpc-dev libncurses-dev && apt install -y libtool automake autoconf && apt autoremove -y
RUN apt update && apt install -y libtool automake autoconf && apt autoremove -y
RUN echo "root:root" | chpasswd
RUN chmod 777 -R /opt/${CROSS_PFX}
RUN ln -s /opt/${CROSS_PFX} /tools

View File

@ -9,7 +9,7 @@ COPY --from=build-env /opt/${CROSS_PFX} /opt/${CROSS_PFX}
# START COMMON
MAINTAINER Marlon Beijer "marlon@amigadev.com"
RUN apt purge -y gcc g++ flex bison gettext texinfo binutils libgmp-dev libmpfr-dev libmpc-dev libncurses-dev && apt install -y libtool automake autoconf && apt autoremove -y
RUN apt update && apt install -y libtool automake autoconf && apt autoremove -y
RUN echo "root:root" | chpasswd
RUN chmod 777 -R /opt/${CROSS_PFX}
RUN ln -s /opt/${CROSS_PFX} /tools

View File

@ -9,7 +9,7 @@ COPY --from=build-env /opt/${CROSS_PFX} /opt/${CROSS_PFX}
# START COMMON
MAINTAINER Marlon Beijer "marlon@amigadev.com"
RUN apt purge -y gcc g++ flex bison gettext texinfo binutils libgmp-dev libmpfr-dev libmpc-dev libncurses-dev && apt install -y libtool automake autoconf && apt autoremove -y
RUN apt update && apt install -y libtool automake autoconf && apt autoremove -y
RUN echo "root:root" | chpasswd
RUN chmod 777 -R /opt/${CROSS_PFX}
RUN ln -s /opt/${CROSS_PFX} /tools

View File

@ -9,7 +9,7 @@ COPY --from=build-env /opt/${CROSS_PFX} /opt/${CROSS_PFX}
# START COMMON
MAINTAINER Marlon Beijer "marlon@amigadev.com"
RUN apt purge -y gcc g++ flex bison gettext texinfo binutils libgmp-dev libmpfr-dev libmpc-dev libncurses-dev && apt install -y libtool automake autoconf && apt autoremove -y
RUN apt update && apt install -y libtool automake autoconf && apt autoremove -y
RUN echo "root:root" | chpasswd
RUN chmod 777 -R /opt/${CROSS_PFX}
RUN ln -s /opt/${CROSS_PFX} /tools