From c2f710459af52176f410f372edcbe6e8e7d1cbd2 Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Wed, 24 May 2023 12:21:46 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c44b4c..dc20c1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app RUN apt-get update RUN apt-get -y install vim cmake build-essential wget git -RUN git clone https://github.com/flow2000/lookbusy.git +RUN git clone https://github.com/10h30/lookbusy.git RUN cd lookbusy && chmod +x ./configure && ./configure && make # COPY start.sh /root/ -CMD ["sh", "/app/start.sh"] \ No newline at end of file +CMD ["sh", "/app/start.sh"]