From 8ded978a4feffeddcdeff9051df8bcae6ff4cdf0 Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Tue, 29 Aug 2023 23:30:15 +0200 Subject: [PATCH] fix python dev pkg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 471b528..9d4b6a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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) && \