From 669f74084ca06ec7ddbd4abbf335331171e6c527 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Wed, 17 May 2023 08:52:48 +0100
Subject: [PATCH] Drop user

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a9fb44..d613503 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ container_test:
   script:
     - apk add curl
     - docker pull ${IMAGE_TAG}
-    - docker run --user 1000:1000 --read-only --detach --rm --network=host --mount=type=tmpfs,destination=/run,tmpfs-mode=01777 --env APACHE_PORT=8081 ${IMAGE_TAG} > .container_id
+    - docker run --read-only --detach --rm --network=host --mount=type=tmpfs,destination=/run,tmpfs-mode=01777 --env APACHE_PORT=8081 ${IMAGE_TAG} > .container_id
     - cat .container_id
     - sleep 3
     - "curl -svf -H 'Host: www.autistici.org' http://${IPADDR}:8081/"
-- 
GitLab