1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-05 04:01:49 +02:00

[ticket/17544] Fix empty line

PHPBB-17544
This commit is contained in:
battye
2025-09-25 15:50:46 +02:00
committed by GitHub
parent 34b69979a2
commit 16cae770d7
3 changed files with 3 additions and 3 deletions

View File

@@ -19,4 +19,4 @@ ADD resources/xdebug.ini /etc/php/8.4/apache2/conf.d/xdebug.ini
# Configure Apache # Configure Apache
RUN echo "Listen 8080" >> /etc/apache2/ports.conf && \ RUN echo "Listen 8080" >> /etc/apache2/ports.conf && \
a2enmod rewrite a2enmod rewrite

View File

@@ -5,7 +5,7 @@
"build": { "build": {
"dockerfile": "../Dockerfile", "dockerfile": "../Dockerfile",
"args": { "args": {
"VARIANT": "ubuntu-24.04" "VARIANT": "ubuntu-22.04"
} }
}, },

View File

@@ -5,7 +5,7 @@
"build": { "build": {
"dockerfile": "../Dockerfile", "dockerfile": "../Dockerfile",
"args": { "args": {
"VARIANT": "ubuntu-24.04" "VARIANT": "ubuntu-22.04"
} }
}, },