mirror of
https://github.com/AmigaPorts/docker-amiga-gcc.git
synced 2026-05-09 06:14:58 +00:00
Fix packages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user