1
0
mirror of https://github.com/AmigaPorts/docker-amiga-gcc.git synced 2025-11-23 03:24:48 +00:00

Lets try again!

This commit is contained in:
Marlon Beijer
2019-06-25 17:31:36 +02:00
parent d0cc2c8416
commit 1536383e0e
2 changed files with 5 additions and 5 deletions

8
m68k-amigaos.docker Normal file
View File

@ -0,0 +1,8 @@
FROM sebastianbergmann/amiga-gcc:latest
ENV CROSS_PFX m68k-amigaos
# Temporary fix
RUN ln -s /opt/amiga /opt/${CROSS_PFX}
#include "common.docker"