1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-17 14:27:08 +00:00

Update Complement dockerfile to not wait for apt-get input

This commit is contained in:
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

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