use RUN instead of ADD to get agbcc

This commit is contained in:
Henny022p
2025-03-02 16:28:09 +01:00
parent b833926d9b
commit 9ac014c5b0
+1 -1
View File
@@ -14,7 +14,7 @@ RUN apt update && apt upgrade && apt install -y --no-install-recommends \
ssh-client \
&& rm -rf /var/lib/apt/lists/*
ADD https://github.com/pret/agbcc.git /agbcc
RUN git clone https://github.com/pret/agbcc.git /agbcc
RUN cd /agbcc && \
./build.sh && \