diff --git a/Dockerfile b/Dockerfile index 1d794ec..8a9ba58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ LABEL org.opencontainers.image.title="Quantum Lab" \ # OS requirements RUN apt-get update -yq \ -&& apt-get install python3-tk -yq \ +&& apt-get install python3-tk git -yq \ && apt-get dist-upgrade -yq \ && apt-get clean -yq