Specify ${pkgs.buxybox} for cp in the minecraft entrypoint

The binary was previously not included in the image, causing the
server properties to be misdefined.
pull/17/head
Tristan Daniël Maat 2020-07-27 21:10:46 +01:00
parent b5ea90a258
commit af04f7433a
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let
${pkgs.busybox}/bin/mkdir -p /var/lib/
${pkgs.gzip}/bin/gzip -dc ${./configs/minecraft.tar.gz} | ${pkgs.gnutar}/bin/tar -xf - -C /var/lib
echo 'eula=true' > /var/lib/minecraft/eula.txt
cp -f ${properties} /var/lib/minecraft
${pkgs.busybox}/bin/cp -f ${properties} /var/lib/minecraft
$@
'';
ops = pkgs.writeText "ops.json" (builtins.toJSON [