mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
fix docker image
This commit is contained in:
parent
b40c237a56
commit
8890984d38
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
||||||
runtimeShell,
|
runtimeShell,
|
||||||
writeScriptBin,
|
writeScriptBin,
|
||||||
fakeNss,
|
fakeNss,
|
||||||
|
coreutils,
|
||||||
|
bash,
|
||||||
dockerTools
|
dockerTools
|
||||||
}: let
|
}: let
|
||||||
phpWithExtensions = php.buildEnv {
|
phpWithExtensions = php.buildEnv {
|
||||||
|
|
@ -24,6 +26,8 @@ in dockerTools.buildLayeredImage {
|
||||||
demostf-parser
|
demostf-parser
|
||||||
phpWithExtensions
|
phpWithExtensions
|
||||||
dockerTools.caCertificates
|
dockerTools.caCertificates
|
||||||
|
coreutils
|
||||||
|
bash
|
||||||
fakeNss
|
fakeNss
|
||||||
(writeScriptBin "start-server" ''
|
(writeScriptBin "start-server" ''
|
||||||
#!${runtimeShell}
|
#!${runtimeShell}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue