Added sqlite3 to the Docker image

Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
James Ketrenos 2019-11-28 02:56:30 -08:00
parent 477cad851a
commit b0c7f61e58

View File

@ -46,6 +46,10 @@ RUN DEBIAN_FRONTEND=noninteractive \
&& apt-get install --no-install-recommends -y \
git
RUN DEBIAN_FRONTEND=noninteractive \
&& apt-get install --no-install-recommends -y \
sqlite3
USER user
WORKDIR /website