Skip to content

Commit

Permalink
fix python3 setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaque committed Dec 4, 2024
1 parent e8af0ce commit aa6ec26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ RUN apk add --no-cache \

# Install Python 3
ENV PYTHONUNBUFFERED=1
RUN apk add --no-cache python3 py3-pip py3-setuptools && \
rm -r /root/.cache
RUN apk add --no-cache python3 py3-pip py3-setuptools

# Install WP Cli
RUN cd /usr/bin && \
Expand Down

0 comments on commit aa6ec26

Please sign in to comment.