From 51c9e529a799a0d605848d74884761a9fba8e4cd Mon Sep 17 00:00:00 2001 From: Kreyren Date: Mon, 17 Feb 2020 12:58:46 +0000 Subject: [PATCH] fdjhfg --- gitpod/gitpod.Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitpod/gitpod.Dockerfile b/gitpod/gitpod.Dockerfile index e9abc4b..5606306 100644 --- a/gitpod/gitpod.Dockerfile +++ b/gitpod/gitpod.Dockerfile @@ -22,6 +22,9 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - # FIXME: && curl -L https://get.oh-my.fish | fish \ +## Check ownership +RUN chown -R gitpod:gitpod /home/gitpod + ### VLANG ### USER root ENV VLANG_VERSION="0.1.24"