mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add sqlite to the base image
This commit is contained in:
parent
878d63d084
commit
048571a3f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue