From 9db0059c0e83fca2b554c821c79c8438ce07d6ad Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Wed, 6 Sep 2017 22:37:07 -0500 Subject: [PATCH] Switch docker container to use alpine --- deps/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deps/Dockerfile b/deps/Dockerfile index 8cc529c..b73422a 100644 --- a/deps/Dockerfile +++ b/deps/Dockerfile @@ -1,6 +1,7 @@ -FROM scratch +FROM alpine -ADD rootfs.tar.gz / +RUN apk --update add ca-certificates redis +RUN mkdir /redisbackup/ COPY config.gcfg / COPY lorebot / COPY run.sh /