https://github.com/radioML/dockerRML/tree/master/minimal-SDR
1.4K
FROM ubuntu:16.04 MAINTAINER Tim O'Shea [email protected]
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update RUN apt-get install -y python-software-properties software-properties-common RUN apt-add-repository -y ppa:x2go/stable RUN apt-get update
RUN apt-get install -y python-pip git openssh-server vim emacs screen tmux locate RUN apt-get install -y python-matplotlib python-scipy python-numpy RUN apt-get install -y python-numpy python-dev
RUN mkdir /var/run/sshd RUN echo 'root:radioml' | chpasswd RUN sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_config
RUN apt-get install -y firefox evince audacity meld
RUN apt-get install -y xfwm4 xfce4 x2goserver x2goserver-xsession
RUN pip install --upgrade pip
RUN apt-get install -y autotools-dev autoconf sudo wireshark gdb RUN pip install --upgrade git+https://github.com/gnuradio/pybombs.git RUN mkdir /gr/ RUN cd /gr/ && pybombs prefix init . RUN cd /gr/ && pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git RUN cd /gr/ && pybombs recipes add gr-etcetera git+https://github.com/gnuradio/gr-etcetera.git RUN cd /gr/ && pybombs install gnuradio gr-burst gr-pyqt gr-pcap gr-mapper gr-analysis
RUN /bin/ln -s /gr/src/ /root/src
COPY .vimrc /root/R RUN echo "source /gr/setup_env.sh" >> /root/.bashrc
Content type
Image
Digest
Size
2.2 GB
Last updated
almost 10 years ago
docker pull yonidavidson/minsdr