From 9033a4c82802a4a75c05f8e0a2cf5dae1ac26d6b Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sun, 17 Mar 2024 12:48:35 +0100 Subject: [PATCH] fix dockerfile by removing arch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 153ac4f..1f4979d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/php:8.3.2-apache-bullseye +FROM php:8.3.2-apache-bullseye RUN apt-get update -qq && apt-get install -qq libmagickwand-dev --no-install-recommends && rm -rf /var/lib/apt/lists/* RUN printf "\n" | pecl install imagick RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mysql imagick \ No newline at end of file