Skip to content

Commit c245e1f

Browse files
committed
ubuntu 16.04 has old sqlite
1 parent 56d37a6 commit c245e1f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are also proof-of-concept ports of this script that only support basic RES
3131
- MySQL 5.6 / MariaDB 10.0 or higher for spatial features in MySQL
3232
- PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
3333
- SQL Server 2012 or higher (2017 for Linux support)
34-
- SQLite 3 or higher (has no geospatial support)
34+
- SQLite 3.16 or higher (has no geospatial support)
3535

3636
## Installation
3737

docker/ubuntu16/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ FROM ubuntu:16.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44

5-
# install: php / mysql / postgres / sqlite / tools / mssql deps
5+
# install: php / mysql / postgres / tools / mssql deps
66
RUN apt-get update && apt-get -y install \
77
php-cli php-xml \
88
mariadb-server mariadb-client php-mysql \
99
postgresql php-pgsql \
1010
postgresql-9.5-postgis-2.2 \
11-
sqlite3 php-sqlite3 \
1211
git wget \
1312
curl apt-transport-https debconf-utils sudo
1413

0 commit comments

Comments
 (0)