Browse Source

Add sqlite support

Vova Tkach 3 years ago
parent
commit
70e1d93805
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -14,6 +14,7 @@ RUN apt-get -y update && \
 	apt-get install -y php7.3-zip && \
 	apt-get install -y php7.3-curl && \
 	apt-get install -y php7.3-mysql && \
+	apt-get install -y php7.3-sqlite && \
 	apt-get install -y php7.3-mbstring && \
 	/etc/init.d/nginx stop && \
 	/etc/init.d/php7.3-fpm stop && \