Update Dockerfile

This commit is contained in:
2023-05-24 12:21:46 +07:00
committed by GitHub
parent c8f2c33dd9
commit c2f710459a
+1 -1
View File
@@ -6,7 +6,7 @@ WORKDIR /app
RUN apt-get update RUN apt-get update
RUN apt-get -y install vim cmake build-essential wget git 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 RUN cd lookbusy && chmod +x ./configure && ./configure && make
# COPY start.sh /root/ # COPY start.sh /root/
CMD ["sh", "/app/start.sh"] CMD ["sh", "/app/start.sh"]