Update Complement dockerfile to not wait for apt-get input

main
Neil Alexander 2020-08-28 15:19:47 +01:00 committed by GitHub
parent c42c70597c
commit 737802fc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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