Remove package update for now (#3584)

This commit is contained in:
jekkos
2023-06-14 23:43:21 +02:00
parent 92e064d752
commit 7e85cb168d

View File

@@ -1,10 +1,10 @@
FROM php:8-apache AS ospos
LABEL maintainer="jekkos"
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libicu-dev \
libgd-dev \
openssl
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
libicu-dev \
libgd-dev \
openssl
RUN a2enmod rewrite headers
RUN docker-php-ext-install mysqli bcmath intl gd