Skip to content

Commit

Permalink
fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
kompolom committed Mar 1, 2024
1 parent 5696a1b commit 98c467e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
# wp-cli
COPY --from=wordpress:cli /usr/local/bin/wp /usr/local/bin/wp

RUN echo "Acquire::http::Pipeline-Depth 0;" > /etc/apt/apt.conf.d/99custom && \
echo "Acquire::http::No-Cache true;" >> /etc/apt/apt.conf.d/99custom && \
echo "Acquire::BrokenProxy true;" >> /etc/apt/apt.conf.d/99custom
# install the PHP extensions we need (https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions)
RUN set -ex; \
\
Expand Down

0 comments on commit 98c467e

Please sign in to comment.