From 23f88e337a0c67cadfde7ccd7a86e249b4f780e3 Mon Sep 17 00:00:00 2001 From: herlesupreeth Date: Tue, 22 Aug 2023 13:11:40 +0200 Subject: [PATCH] pyHSS to be compiled from a fixed commit id --- pyhss/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyhss/Dockerfile b/pyhss/Dockerfile index f86f5fc..37b46cf 100644 --- a/pyhss/Dockerfile +++ b/pyhss/Dockerfile @@ -44,7 +44,8 @@ RUN apt-get update && \ # Get pyhss code and install -RUN git clone https://github.com/nickvsnetworking/pyhss +RUN git clone https://github.com/nickvsnetworking/pyhss && \ + cd pyhss && git checkout fa059d56330f6e565a9b546d5a9ed4071c2c9ab6 RUN cd pyhss && pip3 install -r requirements.txt RUN mkdir -p /pyhss/log/