use layered image so that we don't need kvm
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2022-05-27 21:22:42 -05:00
parent 2bcd499ebb
commit 13ad91f72e

View File

@ -35,7 +35,7 @@
};
in
{
packages.${system}.default = pkgs.dockerTools.buildImage
packages.${system}.default = pkgs.dockerTools.buildLayeredImage
{
name = "radarr";
tag = "latest";
@ -43,10 +43,9 @@
pkgs.cacert
pkgs.coreutils-full
pkgs.bash
pkgs.radarr
pkgs.util-linux
];
runAsRoot = ''
fakeRootCommands = ''
mkdir /config
mkdir /media
chown 5000:5000 /config