Vinbor commited on
Commit
f7d9db1
1 Parent(s): b9bd456

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -2,7 +2,8 @@
2
  FROM node:18-slim
3
 
4
  WORKDIR /app
5
- RUN apt update && apt install git
 
6
 
7
  RUN git clone https://github.com/Nekohy/pieces-os.git .
8
 
 
2
  FROM node:18-slim
3
 
4
  WORKDIR /app
5
+ RUN apt update
6
+ RUN apt install git -y
7
 
8
  RUN git clone https://github.com/Nekohy/pieces-os.git .
9