Skip to content
Snippets Groups Projects
Commit 6cfa8c41 authored by Sébastien Dinot's avatar Sébastien Dinot
Browse files

Update CI build environment

parent affae05a
Branches
Tags
No related merge requests found
......@@ -17,6 +17,10 @@ RUN apt-get update -y \
cmake \
g++ \
gcc \
clang \
clang-tidy \
clang-format \
ccache \
git \
libtool \
swig \
......@@ -67,3 +71,5 @@ RUN apt-get update -y \
python3-numpy \
python3-gdal \
&& rm -rf /var/lib/apt/lists/*
ENV PATH /usr/lib/ccache:$PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment