Skip to content

Commit cbdd446

Browse files
authored
Update Dockerfile
1 parent 972aba9 commit cbdd446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LABEL org.opencontainers.image.title="Quantum Lab" \
2020

2121
# OS requirements
2222
RUN apt-get update -yq \
23-
&& apt-get install python3-tk -yq \
23+
&& apt-get install python3-tk git -yq \
2424
&& apt-get dist-upgrade -yq \
2525
&& apt-get clean -yq
2626

0 commit comments

Comments
 (0)