commit e799efb2fb67f75148805e4fc7eee02e954d80f9 Author: LongHairedHacker Date: Sat Dec 21 17:37:41 2019 +0100 Initial commit 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