mirror of
https://github.com/LIV2/container-amiga-gcc.git
synced 2025-12-05 22:22:46 +00:00
commit
3063354161
@ -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
1
Dockerfile
Symbolic link
@ -0,0 +1 @@
|
||||
Containerfile
|
||||
Loading…
x
Reference in New Issue
Block a user