1
0
mirror of https://github.com/AmigaPorts/docker-amiga-gcc.git synced 2025-11-20 00:31:57 +00:00

Update ppc-morphos.docker

This commit is contained in:
Marlon Beijer
2019-08-19 17:12:21 +02:00
committed by GitHub
parent 2a02330c04
commit 1f514f8371

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 dpkg --add-architecture i386 && apt-get update && apt-get install -y apt-utils cmake wget git make autoconf pkg-config lhasa libc6:i386 libstdc++6:i386
RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y cmake wget curl git make automake autoconf pkg-config lhasa unzip gcc-multilib libtool libc6:i386 libstdc++6:i386
RUN echo "root:root" | chpasswd
RUN ln -s /opt/${CROSS_PFX} /tools