Restore the GraalVM image variants (#4205)

This commit is contained in:
OowhitecatoO
2026-08-02 06:54:08 -05:00
committed by GitHub
parent d85904036f
commit 0f809e27bb
5 changed files with 39 additions and 11 deletions
+4
View File
@@ -1,2 +1,6 @@
#!/bin/sh
set -e
groupadd --gid 1000 minecraft
useradd --system --shell /bin/false --uid 1000 -g minecraft --home /data minecraft