Skip to content

Commit

Permalink
added pip
Browse files Browse the repository at this point in the history
  • Loading branch information
litan1106 committed Jun 4, 2024
1 parent 8ee500c commit 2677256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# Python 3.11
&& add-apt-repository ppa:deadsnakes/ppa \
&& apt-get update \
&& apt-get -y install --no-install-recommends python3.11 \
&& apt-get -y install --no-install-recommends python3.11 python3-pip \
#
# Chrome for Puppeteer
&& update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 \
Expand Down

0 comments on commit 2677256

Please sign in to comment.