Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-mapserver
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-mapserver
Commits
6a16252d
Verified
Commit
6a16252d
authored
8 months ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Remove some additional GDAL/mapserver deps
parent
e3a29c1e
No related branches found
No related tags found
1 merge request
!8
Remove some additional GDAL/mapserver deps
Pipeline
#53638
passed with stages
in 26 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mapserver/Dockerfile
+2
-2
2 additions, 2 deletions
mapserver/Dockerfile
with
2 additions
and
2 deletions
mapserver/Dockerfile
+
2
−
2
View file @
6a16252d
...
@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \
...
@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \
cmake
\
cmake
\
sqlite3
\
sqlite3
\
libsqlite3-dev
\
libsqlite3-dev
\
libxml2-dev
\
libjpeg-dev
\
libjpeg-dev
\
libjpeg-turbo8
\
libjpeg-turbo8
\
libjpeg-turbo8-dev
\
libjpeg-turbo8-dev
\
...
@@ -69,7 +68,7 @@ RUN cd /build_deps \
...
@@ -69,7 +68,7 @@ RUN cd /build_deps \
RUN
cd
/build_deps
\
RUN
cd
/build_deps
\
&&
git clone
--depth
1
--branch
v3.9.1 https://github.com/OSGeo/gdal.git
&&
cd
gdal
\
&&
git clone
--depth
1
--branch
v3.9.1 https://github.com/OSGeo/gdal.git
&&
cd
gdal
\
&&
mkdir
build
&&
cd
build
\
&&
mkdir
build
&&
cd
build
\
&&
cmake
-DGDAL_USE_CURL
=
ON
-DGDAL_USE_CRYPTOPP
=
OFF
-DGDAL_USE_NETCDF
=
OFF ..
\
&&
cmake
-DGDAL_USE_INTERNAL_LIBS
=
OFF
-DGDAL_USE_JSONC_INTERNAL
=
ON
-DGDAL_USE_CURL
=
ON
-DGDAL_USE_CRYPTOPP
=
OFF
-DGDAL_USE_NETCDF
=
OFF ..
\
&&
cmake
--build
.
\
&&
cmake
--build
.
\
&&
cmake
--build
.
--target
install
&&
cmake
--build
.
--target
install
...
@@ -79,6 +78,7 @@ RUN cd /build_deps \
...
@@ -79,6 +78,7 @@ RUN cd /build_deps \
&&
git checkout rel-8-2-0
\
&&
git checkout rel-8-2-0
\
&&
mkdir
-p
build
&&
cd
build
\
&&
mkdir
-p
build
&&
cd
build
\
&&
cmake ..
-DWITH_GIF
=
OFF
-DWITH_HARFBUZZ
=
OFF
-DWITH_PROTOBUFC
=
OFF
-DWITH_FRIBIDI
=
OFF
-DWITH_POSTGIS
=
ON
-DWITH_GEOS
=
OFF
-DWITH_FCGI
=
ON
-DWITH_CAIRO
=
OFF
\
&&
cmake ..
-DWITH_GIF
=
OFF
-DWITH_HARFBUZZ
=
OFF
-DWITH_PROTOBUFC
=
OFF
-DWITH_FRIBIDI
=
OFF
-DWITH_POSTGIS
=
ON
-DWITH_GEOS
=
OFF
-DWITH_FCGI
=
ON
-DWITH_CAIRO
=
OFF
\
-DWITH_WFS
=
OFF
-DWITH_WCS
=
OFF
-DWITH_OGCAPI
=
OFF
-DWITH_LIBXML2
=
OFF
\
&&
make
-j
$(
nproc
)
\
&&
make
-j
$(
nproc
)
\
&&
make
install
&&
make
install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment