From e799efb2fb67f75148805e4fc7eee02e954d80f9 Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Sat, 21 Dec 2019 17:37:41 +0100 Subject: [PATCH] Initial commit --- gr-base/Dockerfile | 3 +++ gr-opsat/Dockerfile | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 gr-base/Dockerfile create mode 100644 gr-opsat/Dockerfile diff --git a/gr-base/Dockerfile b/gr-base/Dockerfile new file mode 100644 index 0000000..8f2e338 --- /dev/null +++ b/gr-base/Dockerfile @@ -0,0 +1,3 @@ +FROM ubuntu:19.04 + +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential git gnuradio gr-iio libiio-utils gqrx-sdr diff --git a/gr-opsat/Dockerfile b/gr-opsat/Dockerfile new file mode 100644 index 0000000..5aa71c5 --- /dev/null +++ b/gr-opsat/Dockerfile @@ -0,0 +1,17 @@ +FROM ar3itrary/gr-base + +RUN apt-get update && apt-get install -y cmake pkg-config python-pip python3-pip swig p7zip-full + +RUN pip install construct requests && pip3 install PyQt5 pyzmq crccheck numpy + +RUN git clone https://github.com/daniestevez/libfec.git &&\ + cd libfec && ./configure && make && make install && ldconfig + +RUN git clone https://github.com/daniestevez/gr-satellites.git &&\ + cd gr-satellites && mkdir build && cd build && cmake .. && make && make install &&\ + cd .. && ./compile_hierarchical.sh && ldconfig + +RUN git clone https://github.com/wnagele/gr-gpredict-doppler.git &&\ + cd gr-gpredict-doppler && mkdir build && cd build && cmake .. && make && make install && ldconfig + +RUN git clone https://github.com/esa/gr-opssat.git && cd gr-opssat/recordings && p7zip -d *.7z