diff --git a/docker/ubuntu_apache_mariadb/Dockerfile b/docker/ubuntu_apache_mariadb/Dockerfile index a3eced28..cdda7b14 100644 --- a/docker/ubuntu_apache_mariadb/Dockerfile +++ b/docker/ubuntu_apache_mariadb/Dockerfile @@ -6,7 +6,7 @@ LABEL db="mariadb" webserver="apache" php="php8.2" ENV TZ=UTC ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update && \ +RUN apt-get update && \ apt-get install -y software-properties-common && \ add-apt-repository ppa:ondrej/php && \ apt-get update && \