Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored May 29, 2024
1 parent 972aba9 commit cbdd446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cbdd446

Please sign in to comment.