rr1 commited on
Commit
1ded53e
·
1 Parent(s): 1fe9173

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.11
2
- RUN apk update
3
- RUN apk add git
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"