Add draco to ci containers

This commit is contained in:
Nyall Dawson 2023-08-06 16:49:50 +10:00
parent 731c2e7430
commit d611b6840f
3 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN apt-get update \
libzip-dev \ libzip-dev \
libprotobuf-dev \ libprotobuf-dev \
qtbase5-dev \ qtbase5-dev \
libdraco-dev \
libqt5svg5-dev \ libqt5svg5-dev \
libqt5serialport5-dev \ libqt5serialport5-dev \
qttools5-dev \ qttools5-dev \

View File

@ -27,6 +27,7 @@ RUN apt-get update \
gpsbabel \ gpsbabel \
graphviz \ graphviz \
libaio1 \ libaio1 \
libdraco4 \
libexiv2-27 \ libexiv2-27 \
libfcgi0ldbl \ libfcgi0ldbl \
libgsl27 \ libgsl27 \
@ -175,6 +176,7 @@ RUN apt-get update \
cmake \ cmake \
flex \ flex \
grass-dev \ grass-dev \
libdraco-dev \
libexiv2-dev \ libexiv2-dev \
libexpat1-dev \ libexpat1-dev \
libfcgi-dev \ libfcgi-dev \

View File

@ -9,6 +9,7 @@ RUN dnf -y --refresh install \
clang \ clang \
clazy \ clazy \
curl \ curl \
draco-devel \
exiv2-devel \ exiv2-devel \
expat-devel \ expat-devel \
fcgi-devel \ fcgi-devel \