# build rigctld FROM debian:latest RUN mkdir src # this might be too much, but let's try it RUN apt update RUN apt install -y libconfig-dev autoconf libtool git gcc g++ make cmake libudev-dev libreadline-dev libusb-1.0-0-dev libavahi-common-dev libavahi-client-dev # build hamlib/rigctld RUN <