Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM ubuntu
|
2 |
-
RUN apt update && apt install git build-essential wget python3-pip python3-numpy python3-opencv libopencv-dev -y
|
3 |
RUN mkdir /place
|
4 |
WORKDIR ./place
|
5 |
RUN git clone https://github.com/Ar57m/another_fractal_generator/ -b server
|
|
|
1 |
FROM ubuntu
|
2 |
+
RUN apt update && apt install git build-essential wget python3-pip python3-numpy python3-opencv python3-requests libopencv-dev -y
|
3 |
RUN mkdir /place
|
4 |
WORKDIR ./place
|
5 |
RUN git clone https://github.com/Ar57m/another_fractal_generator/ -b server
|