Skip to content

Commit

Permalink
cleanup docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Mar 17, 2024
1 parent dbb486f commit 20397c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
runtimeShell,
writeScriptBin,
fakeNss,
coreutils-full,
bash,
dockerTools
}: let
phpWithExtensions = php.buildEnv {
Expand All @@ -26,8 +24,6 @@ in dockerTools.buildLayeredImage {
demostf-parser
phpWithExtensions
dockerTools.caCertificates
coreutils-full
bash
fakeNss
(writeScriptBin "start-server" ''
#!${runtimeShell}
Expand Down

0 comments on commit 20397c9

Please sign in to comment.