add docker client to install list

This commit is contained in:
Jeffrey Paul 2019-08-08 04:01:31 -07:00
parent 1d56e32835
commit 958109a90b
1 changed files with 2 additions and 2 deletions

View File

@ -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