Skip to content

Commit

Permalink
Revert python fix (#30)
Browse files Browse the repository at this point in the history
This PR makes the following changes:

- Removes a command in the dockerfile that checks for `distutils` python
dependency
  • Loading branch information
sotojn authored May 29, 2024
1 parent f16f22e commit 20de6d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ RUN apk --no-cache add \
bsd-compat-headers \
py-setuptools

# Check to see if distutils is installed because python 3.12 removed it
RUN python3 -c "import distutils" || (apk update && apk add py3-setuptools)

ENV NPM_CONFIG_LOGLEVEL error
ENV WITH_SASL 0

Expand Down
3 changes: 0 additions & 3 deletions Dockerfile.core
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ RUN apk --no-cache add \
cyrus-sasl-dev \
python3

# Check to see if distutils is installed because python 3.12 removed it
RUN python3 -c "import distutils" || (apk update && apk add py3-setuptools)

ENV NPM_CONFIG_LOGLEVEL error
ENV WITH_SASL 0

Expand Down

0 comments on commit 20de6d3

Please sign in to comment.