Add sqlite to the base image

This commit is contained in:
Shane Kilkelly 2021-06-25 09:46:04 +01:00
parent 878d63d084
commit 048571a3f6

View file

@ -2,7 +2,7 @@
FROM maven:3-jdk-11 as base 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 && rm -rf /var/lib/apt/lists
COPY vendor/envsubst /opt/envsubst COPY vendor/envsubst /opt/envsubst