Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM python:3.11
|
| 2 |
-
RUN
|
| 3 |
-
RUN
|
| 4 |
WORKDIR ChatSydney
|
| 5 |
RUN git clone https://github.com/renqabs/ChatSydney-react-render.git
|
| 6 |
RUN cd "ChatSydney-react-render"
|
|
|
|
| 1 |
FROM python:3.11
|
| 2 |
+
RUN apt update
|
| 3 |
+
RUN apt install git
|
| 4 |
WORKDIR ChatSydney
|
| 5 |
RUN git clone https://github.com/renqabs/ChatSydney-react-render.git
|
| 6 |
RUN cd "ChatSydney-react-render"
|