From e8cff917d55d8015395c0d3f3b41a89310d6284a Mon Sep 17 00:00:00 2001 From: RemRem Date: Thu, 16 Nov 2023 14:36:32 +0100 Subject: [PATCH] ... --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79da437..ad4e995 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM ghcr.io/cirruslabs/flutter:3.16.0 -RUN apt install php-common php-cli +RUN uname -a +RUN apt-get install php-common php-cli RUN pwd RUN ls