File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11.idea
22data /dimensions.yaml
33* ~
4+ /vendor
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ WORKDIR /app
1616RUN pip install pyyaml
1717RUN python3 ./scripts/merge-dimensions.py
1818
19- FROM php:7.2 -apache
20- RUN apt-get update && apt-get -y install apt-utils libyaml-dev
19+ FROM php:8.0.3 -apache
20+ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install apt-utils libyaml-dev wget
2121RUN docker-php-ext-install gettext
22- RUN pecl channel-update pecl.php.net && pecl install yaml-2.0.0 && docker-php-ext-enable yaml
22+ RUN pecl channel-update pecl.php.net && pecl install yaml-2.2.1 && docker-php-ext-enable yaml
2323RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
2424COPY . /var/www/html/
2525RUN chmod 777 /var/www/html/selectedData.csv
You can’t perform that action at this time.
0 commit comments