mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-16 10:57:59 +00:00
Restore the GraalVM image variants (#4205)
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
groupadd --gid 1000 minecraft
|
||||
useradd --system --shell /bin/false --uid 1000 -g minecraft --home /data minecraft
|
||||
|
||||
Reference in New Issue
Block a user