Skip to content

Commit 8f1ddde

Browse files
committed
chore(pre-commit): remove distutils
1 parent 70b1734 commit 8f1ddde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre-commit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV PATH="$PATH:/root/.pyenv/bin:/root/.pyenv/shims"
44
ENV version=4.3.0
55

66
RUN apt update && \
7-
apt install -y git golang bash curl build-essential libffi-dev libssl-dev libbz2-dev libncursesw5-dev libgdbm-dev liblzma-dev libsqlite3-dev tk-dev uuid-dev libreadline-dev nodejs npm python3-distutils zlib1g-dev && \
7+
apt install -y git golang bash curl build-essential libffi-dev libssl-dev libbz2-dev libncursesw5-dev libgdbm-dev liblzma-dev libsqlite3-dev tk-dev uuid-dev libreadline-dev nodejs npm zlib1g-dev && \
88
curl --location https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash && \
99
pyenv update && \
1010
pyenv install 3.9.24 && \

0 commit comments

Comments
 (0)