Skip to content

Commit

Permalink
add ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
xss committed Jan 27, 2022
1 parent 96d2544 commit 7b5b2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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 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 && mkdir -p csdr/build && cd csdr/build && cmake .. && make && make install
RUN cd / && git clone https://github.com/jketterl/csdr.git && mkdir -p csdr/build && cd csdr/build && cmake .. && make && make install && ldconfig
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 7b5b2dc

Please sign in to comment.