Update Complement dockerfile to not wait for apt-get input
This commit is contained in:
parent
c42c70597c
commit
737802fc06
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue