Skip to content

Commit

Permalink
remove update-alternatives from php-base [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Aug 31, 2023
1 parent 3cf29a8 commit 34816f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion containers/ddev-php-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ RUN curl --fail -sSL -o /usr/local/bin/wp-cli -O https://raw.githubusercontent.c
RUN url="https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${TARGETPLATFORM#linux/}"; wget ${url} -O /usr/bin/yq && chmod +x /usr/bin/yq
ADD ddev-php-files /
RUN apt-get -qq autoremove && apt-get -qq clean -y && rm -rf /var/lib/apt/lists/*
RUN update-alternatives --set php /usr/bin/php${DDEV_PHP_VERSION}
RUN ln -sf /usr/sbin/php-fpm${DDEV_PHP_VERSION} /usr/sbin/php-fpm
RUN mkdir -p /run/php && chown -R www-data:www-data /run

Expand Down

0 comments on commit 34816f3

Please sign in to comment.