Skip to content
Snippets Groups Projects
Commit 2bafa538 authored by linsherpa's avatar linsherpa
Browse files

Update file Dockerfile

parent 1d57cf8a
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,7 @@ RUN apt-get update && \
apt-get install -qy curl && \
apt-get install -y nodejs && \
apt-get install -y docker.io && \
apt-get install -y python3-pip && \
apt clean -y && \
apt autoclean -y
apt-get install -y python3-pip
ENV THREAD=4
ENV CPU=4
RUN mkdir /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment