Refactor: Passt Container-Versionen an
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/nginx:1.31.1-alpine
|
FROM docker.io/library/nginx:1.31-alpine
|
||||||
|
|
||||||
# Kopiere die Konfiguration
|
# Kopiere die Konfiguration
|
||||||
COPY podman/nginx/default.conf /etc/nginx/conf.d/default.conf
|
COPY podman/nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|||||||
@@ -1,17 +1,10 @@
|
|||||||
FROM docker.io/library/php:8.5-fpm
|
FROM docker.io/library/php:8-fpm
|
||||||
|
|
||||||
# Installiere System-Abhängigkeiten
|
# Installiere System-Abhängigkeiten
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
# git \
|
|
||||||
curl \
|
curl \
|
||||||
# libpng-dev \
|
|
||||||
# libonig-dev \
|
|
||||||
# libxml2-dev \
|
|
||||||
# zip \
|
|
||||||
# unzip \
|
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
gnupg \
|
gnupg \
|
||||||
# && docker-php-ext-install pdo pdo_pgsql mbstring exif pcntl bcmath gd \
|
|
||||||
&& curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \
|
&& curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \
|
||||||
&& apt-get install -y symfony-cli \
|
&& apt-get install -y symfony-cli \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|||||||
Reference in New Issue
Block a user