mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-30 22:27:51 +02:00
docker build improvements
This commit is contained in:
@ -1,4 +1,11 @@
|
||||
FROM ubuntu:groovy
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update && \
|
||||
apt full-upgrade -y && \
|
||||
apt install -y --no-install-recommends build-essential ca-certificates cmake git libfftw3-dev libglfw3-dev libglew-dev libvolk2-dev libsoapysdr-dev libairspyhf-dev libairspy-dev libiio-dev libad9361-dev librtaudio-dev libhackrf-dev librtlsdr-dev libbladerf-dev liblimesuite-dev p7zip-full wget
|
||||
|
||||
COPY do_build.sh /root
|
||||
RUN chmod +x /root/do_build.sh
|
||||
|
||||
RUN chmod +x /root/do_build.sh
|
||||
|
Reference in New Issue
Block a user