Selaa lähdekoodia

ubuntu 16.04 has old sqlite

Maurits van der Schee 4 vuotta sitten
vanhempi
commit
c245e1f15a
2 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 1
    1
      README.md
  2. 1
    2
      docker/ubuntu16/Dockerfile

+ 1
- 1
README.md Näytä tiedosto

31
   - MySQL 5.6 / MariaDB 10.0 or higher for spatial features in MySQL
31
   - MySQL 5.6 / MariaDB 10.0 or higher for spatial features in MySQL
32
   - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
32
   - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
33
   - SQL Server 2012 or higher (2017 for Linux support)
33
   - 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)
35
 
35
 
36
 ## Installation
36
 ## Installation
37
 
37
 

+ 1
- 2
docker/ubuntu16/Dockerfile Näytä tiedosto

2
 
2
 
3
 ARG DEBIAN_FRONTEND=noninteractive
3
 ARG DEBIAN_FRONTEND=noninteractive
4
 
4
 
5
-# install: php / mysql / postgres / sqlite / tools / mssql deps
5
+# install: php / mysql / postgres / tools / mssql deps
6
 RUN apt-get update && apt-get -y install \
6
 RUN apt-get update && apt-get -y install \
7
 php-cli php-xml \
7
 php-cli php-xml \
8
 mariadb-server mariadb-client php-mysql \
8
 mariadb-server mariadb-client php-mysql \
9
 postgresql php-pgsql \
9
 postgresql php-pgsql \
10
 postgresql-9.5-postgis-2.2 \
10
 postgresql-9.5-postgis-2.2 \
11
-sqlite3 php-sqlite3 \
12
 git wget \
11
 git wget \
13
 curl apt-transport-https debconf-utils sudo
12
 curl apt-transport-https debconf-utils sudo
14
 
13
 

Loading…
Peruuta
Tallenna