From bab147223f7641bfdf3bf2f7ff406038c76f41c1 Mon Sep 17 00:00:00 2001
From: Auke Klazema <klazema@astron.nl>
Date: Tue, 12 Apr 2022 13:48:52 +0000
Subject: [PATCH] Install pypcc package in docker image

---
 Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 2cba9c0..2b574ba 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
-- 
GitLab