1
0
mirror of https://github.com/AmigaPorts/docker-amiga-gcc.git synced 2026-05-09 22:35:03 +00:00

Update m68k-amigaos.docker

This commit is contained in:
Marlon Beijer
2019-08-19 17:11:15 +02:00
committed by GitHub
parent 3019743484
commit 31c82098a2

View File

@@ -12,7 +12,7 @@ RUN ln -s /opt/amiga /opt/${CROSS_PFX}
# START COMMON
MAINTAINER Marlon Beijer "marlon@amigadev.com"
RUN apt-get update && apt-get install -y apt-utils cmake wget git make autoconf pkg-config lhasa
RUN apt-get update && apt-get install -y apt-utils cmake wget curl git make automake autoconf pkg-config lhasa unzip gcc-multilib libtool
RUN echo "root:root" | chpasswd
RUN ln -s /opt/${CROSS_PFX} /tools