Skip to content

Commit

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

0 comments on commit 8890984

Please sign in to comment.