Skip to content

Commit dd94965

Browse files
author
Timo Pagel
committed
feat: bump image
1 parent b80d8f9 commit dd94965

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN composer install \
88
--no-scripts \
99
--prefer-dist
1010

11-
FROM php:8.0.3-apache
11+
FROM php:apache-buster
1212
RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install apt-utils libyaml-dev wget
13-
RUN pecl channel-update pecl.php.net && pecl install yaml-2.2.1 && docker-php-ext-enable yaml
13+
RUN pecl channel-update pecl.php.net && pecl install yaml && docker-php-ext-enable yaml
1414
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
1515
COPY . /var/www/html/
1616
RUN chmod 777 /var/www/html/selectedData.csv

0 commit comments

Comments
 (0)