Aryanne commited on
Commit
d936c60
1 Parent(s): a2b97cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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