From f7786f93acc5a4a83fa45a0a0950325b6cbf9c50 Mon Sep 17 00:00:00 2001 From: squatica <53292272+squatica@users.noreply.github.com> Date: Sat, 16 May 2020 11:13:04 +0200 Subject: [PATCH] [WIP] Hi guys, I'm still alive. I rebased this PR on top of the current master & solved the conflicts. I'm looking into @kolaente's remarks, it should be possible so I'll do it. Unfortunately I lost access to my email and github started asking for email verification, so I cannot login to github web, but I can still commit. Hopefully the support will let me recover the account. If not then I'll have to continue under different username. --- utils/docker/Dockerfile.dev | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/docker/Dockerfile.dev b/utils/docker/Dockerfile.dev index 301d69b6bb..c2ccfee6ce 100644 --- a/utils/docker/Dockerfile.dev +++ b/utils/docker/Dockerfile.dev @@ -1,5 +1,8 @@ FROM php:7.4-apache-buster +# TODO: basically this image should be built on top of the production image +# replacing the source dir with mounted volume + ARG gid ARG uid