diff --git a/Python3Code/Dockerfile b/Python3Code/Dockerfile index 25f7384c..2b580d15 100644 --- a/Python3Code/Dockerfile +++ b/Python3Code/Dockerfile @@ -16,5 +16,6 @@ RUN xargs -L 1 pip3 install < /src/requirements.txt RUN xargs -L 1 pip3 install < /src/requirements_git.txt WORKDIR /root -RUN python3 --version +ENV HISTFILE= +RUN python3 --version