Skip to content

Commit

Permalink
Force bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
robol committed Jan 23, 2024
1 parent ba3b3c5 commit f8ff17f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-apache
FROM php:8.1-apache-bullseye

RUN apt-get update && apt-get install -y \
libfreetype6-dev \
Expand All @@ -15,12 +15,13 @@ RUN apt-get update && apt-get install -y \
postgresql-client \
sudo \
python3 \
python \
&& rm -rf /var/lib/apt/lists/* \
&& php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');" \
&& php /tmp/composer-setup.php --install-dir=/usr/local/bin \
&& docker-php-ext-install gd ldap pdo_mysql intl zip curl opcache pdo_pgsql

ENV NODE_VERSION=18.15.0
ENV NODE_VERSION=18.19.0
ENV PATH="/node-v${NODE_VERSION}-linux-x64/bin:${PATH}"

RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \
Expand Down

0 comments on commit f8ff17f

Please sign in to comment.