Skip to content

Commit

Permalink
use sea make
Browse files Browse the repository at this point in the history
  • Loading branch information
xss committed Jan 27, 2022
1 parent 2df0d6b commit 96d2544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:21.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y libfftw3-dev libfftw3-3 xvfb qsstv pulseaudio build-essential git libsamplerate0-dev alsa-utils xvfb python3 python3-pip && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y libfftw3-dev libfftw3-3 xvfb qsstv pulseaudio build-essential git libsamplerate0-dev alsa-utils xvfb python3 python3-pip cmake && rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/miweber67/spyserver_client.git && cd spyserver_client && make && cp ss_client /usr/bin/ss_iq
RUN cd / && git clone https://github.com/jketterl/csdr.git && cd csdr && make && make install
RUN cd / && git clone https://github.com/jketterl/csdr.git && mkdir -p csdr/build && cd csdr/build && cmake .. && make && make install
RUN mkdir -p /root/.config/ON4QZ/
COPY qsstv_9.0.conf /root/.config/ON4QZ/qsstv_9.0.conf
COPY run.sh /run.sh
Expand Down

0 comments on commit 96d2544

Please sign in to comment.