From 958109a90b236732b81d06bb46fc96adef8c8f73 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 8 Aug 2019 04:01:31 -0700 Subject: [PATCH] add docker client to install list --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 547eda8..082ee96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,11 +10,11 @@ ENV STRPC_BASE /var/lib/strpc ADD ./sources.list /etc/apt/sources.list -RUN apt update && apt install -y python3-pip +RUN apt update && apt install -y python3-pip docker.io RUN pip3 install pipenv -RUN mkdir -p /var/lib/strpc +RUN mkdir -p /var/lib/strpc ADD . /var/app