File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN pip3 install csvkit
51
51
RUN pip3 install schedule pandas psycopg2-binary requests flask flask-cors redis rq oslash==0.5.1 tx-functional
52
52
RUN pip3 install git+https://github.com/vaidik/sherlock.git@77742ba91a24f75ee62e1895809901bde018654f
53
53
54
- RUN wget https://downloads .apache.org/spark/spark-2.4.8/spark-2.4.8-bin-hadoop2.7.tgz
54
+ RUN wget https://archive .apache.org/dist /spark/spark-2.4.8/spark-2.4.8-bin-hadoop2.7.tgz
55
55
# RUN wget https://apache.claz.org/spark/spark-2.4.8/spark-2.4.8-bin-hadoop2.7.tgz
56
56
# https://apache.claz.org/spark/spark-2.4.7/spark-2.4.7-bin-hadoop2.7.tgz
57
57
# && echo "0F5455672045F6110B030CE343C049855B7BA86C0ECB5E39A075FF9D093C7F648DA55DED12E72FFE65D84C32DCD5418A6D764F2D6295A3F894A4286CC80EF478 spark-2.4.7-bin-hadoop2.7.tgz" | sha512sum -c -
Original file line number Diff line number Diff line change 1
1
FROM python:3.7.3-stretch
2
2
3
+ RUN pip install -U pip
3
4
RUN pip install flask pyopenssl
4
5
5
6
COPY record.json record.json
You can’t perform that action at this time.
0 commit comments