Merge pull request #1 from reinauer/keep_make

keep make
This commit is contained in:
Stefan Reinauer 2023-01-15 15:48:11 -08:00 committed by GitHub
commit 3063354161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 10 deletions

View File

@ -11,6 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
gettext \
git \
lhasa \
jlha-utils \
libgmpxx4ldbl \
libgmp-dev \
libmpfr6 \
@ -33,23 +34,15 @@ 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 \
libncurses-dev \
make \
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