Initial commit

This commit is contained in:
Sebastian 2019-12-21 17:37:41 +01:00
commit e799efb2fb
2 changed files with 20 additions and 0 deletions

3
gr-base/Dockerfile Normal file
View File

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

17
gr-opsat/Dockerfile Normal file
View File

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