mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 03:31:41 +00:00
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
|
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
Block a user