diff --git a/docker/Dockerfile b/docker/Dockerfile index e829b4a40eeda957959d1df7ec620873c6b9f0e0..f0529c6a5162bd9591b33c0adf57b95dc1ef2888 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,8 @@ RUN apt-get update && \ python3-pip \ git \ gcc \ - python3-venv + python3-venv \ + bash # Set up venv ENV VIRTUAL_ENV=/opt/declearn RUN python3 -m venv $VIRTUAL_ENV