mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Add draco to ci containers
This commit is contained in:
parent
731c2e7430
commit
d611b6840f
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user