Ver Fonte

Add sqlite to the base image

Shane Kilkelly há 5 anos atrás
pai
commit
048571a3f6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      services/git-bridge/Dockerfile

+ 1 - 1
services/git-bridge/Dockerfile

@@ -2,7 +2,7 @@
 
 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
 
 COPY vendor/envsubst /opt/envsubst