mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add sqlite to the base image
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
FROM maven:3-jdk-11 as base
|
||||
|
||||
RUN apt-get update && apt-get install -y make git \
|
||||
RUN apt-get update && apt-get install -y make git sqlite3 \
|
||||
&& rm -rf /var/lib/apt/lists
|
||||
|
||||
COPY vendor/envsubst /opt/envsubst
|
||||
|
||||
Reference in New Issue
Block a user