Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Jun 1, 2024
1 parent 8cb162a commit 9a4c65d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ LABEL org.opencontainers.image.title="Quantum Lab" \

# OS requirements
RUN apt-get update -yq \
&& apt-get install python3-tk git -yq \
&& apt-get install -yq \
python3-tk \
graphviz \
git \
&& apt-get dist-upgrade -yq \
&& apt-get clean -yq

Expand Down

0 comments on commit 9a4c65d

Please sign in to comment.