From 5910820e83992d2e3627736db78046ad0320a831 Mon Sep 17 00:00:00 2001 From: Jamie Hurst Date: Sun, 24 Oct 2021 16:57:09 +0100 Subject: [PATCH] Update test Dockerfile too --- Dockerfile.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.test b/Dockerfile.test index 5ea60ae..8e0bffc 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -1,6 +1,6 @@ FROM golang:latest -RUN apt-get update -y && apt-get install -y sqlite +RUN apt-get update -y && apt-get install -y sqlite3 WORKDIR /go/src/github.com/jamiefdhurst/journal COPY . . @@ -19,4 +19,4 @@ ENV J_TITLE "" VOLUME /go/data EXPOSE 3000 -CMD ["journal"] \ No newline at end of file +CMD ["journal"]