diff --git a/docker/Dockerfile b/docker/Dockerfile index 54c6390..31c17f6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -129,4 +129,6 @@ RUN curl https://download.docker.com/linux/fedora/36/x86_64/stable/Packages/dock RUN microdnf -y install dnf \ && dnf install -y ./docker-compose-plugin.rpm \ - && dnf clean all \ No newline at end of file + && dnf clean all + +USER olivetin \ No newline at end of file