Skip to content

Commit

Permalink
another attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rumengb committed Feb 11, 2024
1 parent 60ffb8d commit 977409a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_in_docker_local_indigo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
echo FROM $1 >Dockerfile
cat >>Dockerfile <<EOF
LABEL maintainer="[email protected]"
RUN apt-get -y update && apt-get -y install wget unzip build-essential autoconf autotools-dev libtool cmake libudev-dev libavahi-compat-libdnssd-dev libusb-1.0-0-dev fxload libcurl4-gnutls-dev libgphoto2-dev libz-dev git curl bsdmainutils qtmultimedia5-dev devscripts cdbs apt-transport-https
RUN apt-get -y update && apt-get -y install wget unzip build-essential autoconf autotools-dev libtool cmake libudev-dev libavahi-compat-libdnssd-dev libusb-1.0-0-dev fxload libcurl4-gnutls-dev libgphoto2-dev libz-dev git curl bsdmainutils qtbase5-dev qtmultimedia5-dev devscripts cdbs apt-transport-https
RUN echo 'deb [trusted=yes] https://indigo-astronomy.github.io/indigo_ppa/ppa indigo main' >>/etc/apt/sources.list
RUN apt-get update
COPY indigo-$4-$3.deb .
Expand Down

0 comments on commit 977409a

Please sign in to comment.