Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Jun 24, 2021
1 parent 52dd864 commit 37eeb71
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ LABEL org.opencontainers.image.title="Quantum Lab" \
# OS requirements
RUN apt-get update -yq \
&& apt-get install python3.8 -y
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 && \
update-alternatives --set python /usr/bin/python3.8
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 \
&& update-alternatives --set python3 /usr/bin/python3.8

RUN apt-get update -yq \
&& apt-get install python3-pip -y \
RUN apt-get install python3-pip -y \
&& apt-get install python3-tk -y \
&& apt-get install vim -y \
&& apt-get install wget -y \
Expand Down

0 comments on commit 37eeb71

Please sign in to comment.