Leave GCC in the container and use a fully functional lha

This commit is contained in:
Stefan Reinauer 2023-01-15 15:46:47 -08:00
parent 7972c45e7a
commit c76a29cbe9
2 changed files with 4 additions and 9 deletions

View File

@ -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

1
Dockerfile Symbolic link
View File

@ -0,0 +1 @@
Containerfile