Skip to content
Snippets Groups Projects
Commit bab14722 authored by Auke Klazema's avatar Auke Klazema
Browse files

Install pypcc package in docker image

parent c4b79a2d
No related branches found
No related tags found
No related merge requests found
Pipeline #28643 passed
...@@ -7,3 +7,6 @@ RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && ...@@ -7,3 +7,6 @@ RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git &&
pip3 install -r /pypcc/requirements.txt pip3 install -r /pypcc/requirements.txt
WORKDIR /pypcc WORKDIR /pypcc
# install pypcc package
RUN python3 setup.py install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment