From 2ed1ca63c5b473a0dc9e44089e891212ec19ad21 Mon Sep 17 00:00:00 2001 From: Dashie <dashie@sigpipe.me> Date: Tue, 9 Aug 2022 09:41:36 +0200 Subject: [PATCH] remove old dockerfile --- trackdirect-python2.dockerfile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 trackdirect-python2.dockerfile diff --git a/trackdirect-python2.dockerfile b/trackdirect-python2.dockerfile deleted file mode 100644 index 889d9cb..0000000 --- a/trackdirect-python2.dockerfile +++ /dev/null @@ -1,18 +0,0 @@ -FROM ubuntu:20.04 - -RUN apt-get update && apt-get install -y \ - python2 \ - python2-dev \ - git \ - curl \ - wget \ - gcc \ - && rm -rf /var/lib/apt/lists/* - -RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py && python2 get-pip.py -RUN pip2 install psycopg2-binary autobahn[twisted] twisted pympler image_slicer jsmin psutil - -RUN git clone https://github.com/rossengeorgiev/aprs-python && cd aprs-python && pip2 install . - -COPY . /root/trackdirect - -- GitLab