diff --git a/Dockerfile b/Dockerfile index 6a0b2c6d..bd53dd23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN apt-get update && \ git \ python-all-dev && \ useradd -u 1000 -g users -d /armada armada && \ + chown -R armada:users /armada && \ \ cd /armada && \ pip install --upgrade pip && \