Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
FROM node:18-slim
|
3 |
|
4 |
WORKDIR /app
|
5 |
-
RUN apt update
|
|
|
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 |
|