Skip to content

Commit a77de49

Browse files
committed
update
1 parent 82c17c6 commit a77de49

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docker.nix

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -382,20 +382,6 @@ in
382382
name = "ghcr.io/reaslab/docker-python-runner";
383383
tag = "secure-latest";
384384

385-
# Use a minimal base image instead of creating from scratch
386-
fromImage = pkgs.dockerTools.buildImage {
387-
name = "python-base";
388-
tag = "minimal";
389-
copyToRoot = pkgs.buildEnv {
390-
name = "base-root";
391-
paths = [ pkgs.bash pkgs.coreutils pkgs.glibc pkgs.util-linux ];
392-
};
393-
config = {
394-
Cmd = [ "bash" ];
395-
Env = [ "PATH=/usr/local/bin:/usr/bin" ];
396-
};
397-
};
398-
399385
copyToRoot = pkgs.buildEnv {
400386
name = "image-root";
401387
paths = [ runtimeEnv dockerSetup pkgs.cacert ];

0 commit comments

Comments
 (0)