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

Add /tools symlink to crosstools root dir

This commit is contained in:
Marlon Beijer
2019-06-25 18:45:57 +02:00
parent 74ec0e863b
commit f5ef2ef320
2 changed files with 4 additions and 6 deletions

View File

@ -3,10 +3,9 @@ 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 echo "root:root" | chpasswd
ENV CROSS_ROOT /opt/${CROSS_PFX}
RUN ln -s /opt/${CROSS_PFX} /tools
# Temporary fix
RUN rm /opt/${CROSS_PFX} ; ln -s /opt/amiga /opt/${CROSS_PFX}
ENV CROSS_ROOT /opt/${CROSS_PFX}
WORKDIR /work
ENTRYPOINT ["/entry/entrypoint.sh"]

View File

@ -13,10 +13,9 @@ 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 echo "root:root" | chpasswd
ENV CROSS_ROOT /opt/${CROSS_PFX}
RUN ln -s /opt/${CROSS_PFX} /tools
# Temporary fix
RUN rm /opt/${CROSS_PFX} ; ln -s /opt/amiga /opt/${CROSS_PFX}
ENV CROSS_ROOT /opt/${CROSS_PFX}
WORKDIR /work
ENTRYPOINT ["/entry/entrypoint.sh"]