Skip to content

Commit 75e7714

Browse files
authored
Merge pull request #168 from Overv/ubuntu-20.04
Upgrade to Ubuntu 20.04
2 parents affae5a + ec500a2 commit 75e7714

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:20.04
22

33
# Based on
44
# https://switch2osm.org/serving-tiles/manually-building-a-tile-server-18-04-lts/
@@ -43,20 +43,18 @@ RUN apt-get install -y --no-install-recommends \
4343
libgdal-dev \
4444
libgeos++-dev \
4545
libgeos-dev \
46-
libgeotiff-epsg \
4746
libicu-dev \
4847
liblua5.3-dev \
4948
libmapnik-dev \
5049
libpq-dev \
5150
libproj-dev \
52-
libprotobuf-c0-dev \
51+
libprotobuf-c-dev \
5352
libtiff5-dev \
5453
libtool \
5554
libxml2-dev \
5655
lua5.3 \
5756
make \
5857
mapnik-utils \
59-
node-gyp \
6058
osmium-tool \
6159
osmosis \
6260
postgis \

0 commit comments

Comments
 (0)