-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Upgrade to Ubuntu 22.04 (#383)"
This reverts commit 14d8539. This reverts commit fd14ccf. Upgrade may have broken some maps' bounding boxes (due to different mapserver or GDAL versions?).
- Loading branch information
Showing
7 changed files
with
33 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
FROM ubuntu:22.04 | ||
FROM ubuntu:18.04 | ||
MAINTAINER [email protected] | ||
|
||
RUN apt-get update && apt-get upgrade -y | ||
RUN apt-get install -y \ | ||
apache2 \ | ||
cgi-mapserver \ | ||
curl \ | ||
gdal-bin \ | ||
gdal-data \ | ||
libmapcache1 \ | ||
libapache2-mod-mapcache \ | ||
mapserver-bin \ | ||
python3-pip \ | ||
wget | ||
RUN apt-get install -y build-essential curl gnupg python3-pip software-properties-common wget | ||
RUN add-apt-repository -y ppa:ubuntugis/ppa | ||
|
||
RUN apt-get install -y gdal-bin gdal-data libgdal20 | ||
RUN apt-get install -y apache2 apache2-utils libmapcache1 libapache2-mod-mapcache cgi-mapserver mapserver-bin | ||
RUN python3 -m pip install mappyfile==0.9.7 | ||
|
||
# Enable these Apache modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
FROM ubuntu:22.04 | ||
FROM ubuntu:18.04 | ||
MAINTAINER [email protected] | ||
|
||
RUN apt-get update && apt-get upgrade -y | ||
RUN apt-get install -y \ | ||
apache2 \ | ||
cgi-mapserver \ | ||
curl \ | ||
gdal-bin \ | ||
gdal-data \ | ||
libmapcache1 \ | ||
libapache2-mod-mapcache \ | ||
mapserver-bin \ | ||
python3-pip \ | ||
wget | ||
RUN apt-get install -y build-essential curl gnupg python3-pip software-properties-common wget | ||
RUN add-apt-repository -y ppa:ubuntugis/ppa | ||
|
||
RUN apt-get install -y gdal-bin gdal-data libgdal20 | ||
RUN apt-get install -y apache2 apache2-utils libmapcache1 libapache2-mod-mapcache cgi-mapserver mapserver-bin | ||
RUN python3 -m pip install mappyfile==0.9.7 | ||
|
||
# Enable these Apache modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
FROM ubuntu:22.04 | ||
FROM ubuntu:18.04 | ||
MAINTAINER [email protected] | ||
|
||
RUN apt-get update && apt-get upgrade -y | ||
RUN apt-get install -y \ | ||
apache2 \ | ||
cgi-mapserver \ | ||
curl \ | ||
gdal-bin \ | ||
gdal-data \ | ||
libmapcache1 \ | ||
libapache2-mod-mapcache \ | ||
mapserver-bin \ | ||
python3-pip \ | ||
wget | ||
RUN apt-get install -y build-essential curl gnupg python3-pip software-properties-common wget | ||
RUN add-apt-repository -y ppa:ubuntugis/ppa | ||
|
||
RUN apt-get install -y gdal-bin gdal-data libgdal20 | ||
RUN apt-get install -y apache2 apache2-utils libmapcache1 libapache2-mod-mapcache cgi-mapserver mapserver-bin | ||
RUN python3 -m pip install mappyfile==0.9.7 | ||
|
||
# Enable these Apache modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
FROM ubuntu:22.04 | ||
FROM ubuntu:18.04 | ||
MAINTAINER [email protected] | ||
|
||
RUN apt-get update && apt-get upgrade -y | ||
RUN apt-get install -y \ | ||
apache2 \ | ||
cgi-mapserver \ | ||
curl \ | ||
gdal-bin \ | ||
gdal-data \ | ||
libmapcache1 \ | ||
libapache2-mod-mapcache \ | ||
mapserver-bin \ | ||
python3-pip \ | ||
wget | ||
RUN apt-get install -y build-essential curl gnupg python3-pip software-properties-common wget | ||
RUN add-apt-repository -y ppa:ubuntugis/ppa | ||
|
||
RUN apt-get install -y gdal-bin gdal-data libgdal20 | ||
RUN apt-get install -y apache2 apache2-utils libmapcache1 libapache2-mod-mapcache cgi-mapserver mapserver-bin | ||
RUN python3 -m pip install mappyfile==0.9.7 | ||
|
||
# Enable these Apache modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
FROM ubuntu:22.04 | ||
FROM ubuntu:18.04 | ||
MAINTAINER [email protected] | ||
|
||
RUN apt-get update && apt-get upgrade -y | ||
RUN apt-get install -y \ | ||
apache2 \ | ||
cgi-mapserver \ | ||
curl \ | ||
gdal-bin \ | ||
gdal-data \ | ||
libmapcache1 \ | ||
libapache2-mod-mapcache \ | ||
mapserver-bin \ | ||
python3-pip \ | ||
wget | ||
RUN apt-get install -y build-essential curl gnupg python3-pip software-properties-common wget | ||
RUN add-apt-repository -y ppa:ubuntugis/ppa | ||
|
||
RUN apt-get install -y gdal-bin gdal-data libgdal20 | ||
RUN apt-get install -y apache2 apache2-utils libmapcache1 libapache2-mod-mapcache cgi-mapserver mapserver-bin | ||
RUN python3 -m pip install mappyfile==0.9.7 | ||
|
||
# Enable these Apache modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
FROM ubuntu:22.04 | ||
FROM ubuntu:18.04 | ||
MAINTAINER [email protected] | ||
|
||
RUN apt-get update && apt-get upgrade -y | ||
RUN apt-get install -y \ | ||
apache2 \ | ||
cgi-mapserver \ | ||
curl \ | ||
gdal-bin \ | ||
gdal-data \ | ||
libmapcache1 \ | ||
libapache2-mod-mapcache \ | ||
mapserver-bin \ | ||
python3-pip \ | ||
wget | ||
RUN apt-get install -y build-essential curl gnupg python3-pip software-properties-common wget | ||
RUN add-apt-repository -y ppa:ubuntugis/ppa | ||
|
||
RUN apt-get install -y gdal-bin gdal-data libgdal20 | ||
RUN apt-get install -y apache2 apache2-utils libmapcache1 libapache2-mod-mapcache cgi-mapserver mapserver-bin | ||
RUN python3 -m pip install mappyfile==0.9.7 | ||
|
||
# Enable these Apache modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters