diff --git a/Dockerfile b/Dockerfile index c73ed82e6..4ee647786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM php:8-apache AS ospos LABEL maintainer="jekkos" -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \ - libicu-dev \ - libgd-dev \ - openssl +RUN apt update && apt-get install -y \ + libicu-dev \ + libgd-dev \ + openssl RUN a2enmod rewrite headers RUN docker-php-ext-install mysqli bcmath intl gd