diff --git a/Containerfile b/Containerfile index e734848..6b4e71d 100644 --- a/Containerfile +++ b/Containerfile @@ -11,6 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ gettext \ git \ lhasa \ + jlha-utils \ libgmpxx4ldbl \ libgmp-dev \ libmpfr6 \ @@ -33,14 +34,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ cd / && \ rm -rf /root/amiga-gcc && \ apt-get purge -y \ - autoconf \ - bison \ - flex \ - g++ \ - gcc \ - gettext \ - git \ - lhasa \ libgmp-dev \ libmpfr-dev \ libmpc-dev \ @@ -48,7 +41,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ rsync \ texinfo\ wget \ - && apt-get -y autoremove + && apt-get -y autoremove \ + && cd /usr/bin && mv lha lha.lhasa && ln -s jlha lha ENV PATH /opt/amiga/bin:$PATH diff --git a/Dockerfile b/Dockerfile new file mode 120000 index 0000000..5240dc0 --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +Containerfile \ No newline at end of file