diff service/collector/Dockerfile @ 1578:807282fb3136

fix deploy; redo stats display page
author drewp@bigasterisk.com
date Thu, 26 Aug 2021 18:03:30 -0700
parents fafe86ae0b03
children
line wrap: on
line diff
--- a/service/collector/Dockerfile	Thu Aug 26 16:33:05 2021 -0700
+++ b/service/collector/Dockerfile	Thu Aug 26 18:03:30 2021 -0700
@@ -1,13 +1,14 @@
-FROM bang5:5000/base_x86
+FROM bang5:5000/base_basic
 
 WORKDIR /opt
 
-RUN apt-get install -y vim net-tools iputils-ping
+RUN echo 2021-08-26 && apt-get update
+RUN apt-get install -y vim net-tools iputils-ping git
 
 COPY requirements.txt ./
 RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -Ur requirements.txt
 # not sure why this doesn't work from inside requirements.txt
-RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -U 'https://github.com/drewp/cyclone/archive/python3.zip'
+RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip'
 
 COPY *.py *.html req* *.ini ./