Skip to content

Commit

Permalink
Update Dockerfile.cli
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan authored May 30, 2024
1 parent b55ec41 commit 62a3388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 8/8.3/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ RUN apt-get -y update && apt-get -y upgrade && ACCEPT_EULA=Y && apt-get install
&& docker-php-ext-enable redis apcu memcached timezonedb rdkafka yaml \
&& printf "log_errors = On \nerror_log = /dev/stderr\n" > /usr/local/etc/php/conf.d/php-logs.ini

# Install yq
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && \
chmod +x /usr/bin/yq


# PHP settings
COPY etc/php/production.ini /usr/local/etc/php/conf.d/production.ini
Expand Down

0 comments on commit 62a3388

Please sign in to comment.