Add machine68k requirement for amitools

This commit is contained in:
Matt Harlum 2025-01-18 21:48:11 +13:00
parent 68df305d44
commit 698a69d45f

View File

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