diff --git a/Dockerfile b/Dockerfile index 2cba9c01055dcf4e00ff6c2081a50830c20a292a..2b574ba2bdb112908294e905a1a2fb7a8527a5a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,3 +7,6 @@ RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && pip3 install -r /pypcc/requirements.txt WORKDIR /pypcc + +# install pypcc package +RUN python3 setup.py install