From 8baab144ceb6b9f54903b6cfc8dda57f6a5b14c5 Mon Sep 17 00:00:00 2001 From: Ruben Horn <5367484+rubenhorn@users.noreply.github.com> Date: Mon, 31 May 2021 09:16:19 +0200 Subject: [PATCH] Stop creation of .bash_history in shared directory --- Python3Code/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python3Code/Dockerfile b/Python3Code/Dockerfile index d9e9e377..74fb2408 100644 --- a/Python3Code/Dockerfile +++ b/Python3Code/Dockerfile @@ -13,5 +13,7 @@ RUN xargs -L 1 pip3 install < /src/requirements.txt WORKDIR /root +ENV HISTFILE= + RUN python3 --version