From: Bin Yang Date: Fri, 25 Nov 2022 03:07:11 +0000 (+0800) Subject: Fix python hash random seed issue X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=30abd82df16246dff7eb7ef6aa7630f582094912;p=pti%2Fo2.git Fix python hash random seed issue Issue-ID: INF-379 Signed-off-by: Bin Yang Change-Id: I292a3c94290bd109e4f75720bd63784f337d2404 --- diff --git a/Dockerfile b/Dockerfile index ff9a4e7..23f9add 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,3 +84,4 @@ RUN set -ex \ WORKDIR /src # USER $user +ENV PYTHONHASHSEED=0