Don't use git url for amitools install

This commit is contained in:
Matt Harlum 2023-02-21 17:17:44 +00:00
parent 2bccc011ba
commit ef0c5005e1

View File

@ -5,4 +5,4 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt -y update && \
apt -y install git python3 python3-pip && \
apt -y autoremove && \
pip3 install git+https://github.com/cnvogelg/amitools.git
pip3 install amitools