Added sqlite3 to the Docker image
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
parent
477cad851a
commit
b0c7f61e58
@ -46,6 +46,10 @@ RUN DEBIAN_FRONTEND=noninteractive \
|
|||||||
&& apt-get install --no-install-recommends -y \
|
&& apt-get install --no-install-recommends -y \
|
||||||
git
|
git
|
||||||
|
|
||||||
|
RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
|
&& apt-get install --no-install-recommends -y \
|
||||||
|
sqlite3
|
||||||
|
|
||||||
USER user
|
USER user
|
||||||
WORKDIR /website
|
WORKDIR /website
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user