remove old dockerfile

This commit is contained in:
Dashie 2022-08-09 09:41:36 +02:00
parent 13df032314
commit 2ed1ca63c5
No known key found for this signature in database
GPG Key ID: C2D57B325840B755
1 changed files with 0 additions and 18 deletions

View File

@ -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