gr-docker/gr-opsat/Dockerfile

18 lines
801 B
Docker

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