mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add sqlite3 package to the production image
This commit is contained in:
parent
a544b6e434
commit
cbad8bcfb6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN make package \
|
|||
|
||||
FROM openjdk:8-jre
|
||||
|
||||
RUN apt-get update && apt-get install -y git \
|
||||
RUN apt-get update && apt-get install -y git sqlite3 \
|
||||
&& rm -rf /var/lib/apt/lists
|
||||
|
||||
RUN useradd --create-home node
|
||||
|
|
Loading…
Reference in a new issue