mirror of
https://github.com/LIV2/container-amiga-gcc.git
synced 2025-12-06 06:32:50 +00:00
Add machine68k requirement for amitools
This commit is contained in:
parent
68df305d44
commit
698a69d45f
@ -16,7 +16,8 @@ RUN cd /usr/bin && mv lha lha.lhasa && ln -s jlha lha
|
||||
# Install amitools.
|
||||
RUN apt-get -y autoremove && \
|
||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED && \
|
||||
pip3 install -U git+https://github.com/cnvogelg/amitools.git
|
||||
pip3 install -U git+https://github.com/cnvogelg/amitools.git && \
|
||||
pip3 install machine68k
|
||||
|
||||
# Install Bebbo's amiga-gcc
|
||||
RUN git config --global pull.rebase false && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user