mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 15:28:41 -04:00
use RUN instead of ADD to get agbcc
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user