Skip to content

Commit

Permalink
Merge pull request #221 from justin654/justin654-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
allangood authored Dec 8, 2023
2 parents 050b56f + cfd9206 commit 03dcbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtlamr2mqtt-addon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /go/src/app
RUN go install github.com/bemasher/rtlamr@latest \
&& apt-get update \
&& apt-get install -y libusb-1.0-0-dev build-essential git cmake \
&& git clone git://git.osmocom.org/rtl-sdr.git \
&& git clone https://git.osmocom.org/rtl-sdr.git \
&& cd rtl-sdr \
&& mkdir build && cd build \
&& cmake .. -DDETACH_KERNEL_DRIVER=ON -DENABLE_ZEROCOPY=ON -Wno-dev \
Expand Down

0 comments on commit 03dcbae

Please sign in to comment.