Update Complement dockerfile to not wait for apt-get input
parent
c42c70597c
commit
737802fc06
|
@ -1,5 +1,5 @@
|
||||||
FROM golang:1.13-stretch as build
|
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
|
WORKDIR /build
|
||||||
|
|
||||||
# Utilise Docker caching when downloading dependencies, this stops us needlessly
|
# Utilise Docker caching when downloading dependencies, this stops us needlessly
|
||||||
|
|
Loading…
Reference in New Issue