diff options
-rw-r--r-- | build/scripts/Complement.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/Complement.Dockerfile b/build/scripts/Complement.Dockerfile index 6489c22e..32c5234b 100644 --- a/build/scripts/Complement.Dockerfile +++ b/build/scripts/Complement.Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.13-stretch as build -RUN apt-get update && apt-get install sqlite3 +RUN apt-get update && apt-get install -y sqlite3 WORKDIR /build # Utilise Docker caching when downloading dependencies, this stops us needlessly |