Merge branch 'master' into neilalexander/softfail

This commit is contained in:
Neil Alexander 2020-08-28 15:20:38 +01:00 committed by GitHub
commit b240986553
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