Skip to content

Commit

Permalink
fix python dev pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Aug 29, 2023
1 parent c2a4f3b commit 8ded978
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 @@ -29,7 +29,7 @@ RUN useradd -U -m superset && \
curl \
unzip \
python3-pil \
python-dev && \
python-dev-is-python3 && \
curl -s https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o /tmp/google-chrome-stable_current.deb && \
apt-get install -y --no-install-recommends /tmp/google-chrome-stable_current.deb && \
export CHROMEDRIVER_VERSION=$(curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE) && \
Expand Down

0 comments on commit 8ded978

Please sign in to comment.