From 86958f2904f0bd4ab276ec8035a48977089fa25a Mon Sep 17 00:00:00 2001
From: TheBroTMv2 <tobias-mueller@outlook.de>
Date: Thu, 11 Mar 2021 20:51:32 +0100
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ede3898..13feeaf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -65,7 +65,7 @@ RUN apt-get update && apt-get install -y \
     && rm -rf /var/lib/apt/lists/* \
     service cron start
 # Execute all following commands as the papermc user
-USER $papermc_user
+FROM UID-Handler:beta
 
 # Start script and also entrypoint for the container
 CMD ["sh", "/papermc.sh"]
-- 
GitLab