[go: up one dir, main page]

Skip to content

Commit

Permalink
Update Dockerfile.apache
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed May 30, 2024
1 parent 62a3388 commit 8899577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 8/8.3/Dockerfile.apache
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ RUN apt-get -y update && apt-get -y upgrade && ACCEPT_EULA=Y && apt-get install
&& docker-php-ext-enable redis yaml apcu memcached timezonedb rdkafka apfd \
&& 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

# Apache settings
COPY etc/apache2/conf-enabled/host.conf /etc/apache2/conf-enabled/host.conf
COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
Expand Down

0 comments on commit 8899577

Please sign in to comment.