Update .devcontainer/Dockerfile

This commit is contained in:
Artur Weigandt 2025-10-28 20:22:04 +01:00 committed by GitHub
commit 3ad5031e09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
FROM php:8.4-apache
ARG DEBIAN_FRONTEND=noninteractive´
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y;