Skip to content

Commit

Permalink
add jq and python to externally managed
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaque committed Dec 4, 2024
1 parent aa6ec26 commit 6e6b988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /app
# Install PHP
RUN apk add --no-cache \
curl \
jq \
php83 \
php83-ctype \
php83-gd \
Expand Down Expand Up @@ -45,6 +46,7 @@ RUN apk add --no-cache \
# Install Python 3
ENV PYTHONUNBUFFERED=1
RUN apk add --no-cache python3 py3-pip py3-setuptools
RUN mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.old

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

0 comments on commit 6e6b988

Please sign in to comment.