mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Merge pull request #102 from overleaf/sk-add-sqlite-prod
Add sqlite3 package to the production image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user