Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 20397c9

Browse files
committed
cleanup docker image
1 parent dbb486f commit 20397c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
runtimeShell,
66
writeScriptBin,
77
fakeNss,
8-
coreutils-full,
9-
bash,
108
dockerTools
119
}: let
1210
phpWithExtensions = php.buildEnv {
@@ -26,8 +24,6 @@ in dockerTools.buildLayeredImage {
2624
demostf-parser
2725
phpWithExtensions
2826
dockerTools.caCertificates
29-
coreutils-full
30-
bash
3127
fakeNss
3228
(writeScriptBin "start-server" ''
3329
#!${runtimeShell}

0 commit comments

Comments
 (0)