mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +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,
|
||||
writeScriptBin,
|
||||
fakeNss,
|
||||
coreutils,
|
||||
bash,
|
||||
dockerTools
|
||||
}: let
|
||||
phpWithExtensions = php.buildEnv {
|
||||
|
|
@ -24,6 +26,8 @@ in dockerTools.buildLayeredImage {
|
|||
demostf-parser
|
||||
phpWithExtensions
|
||||
dockerTools.caCertificates
|
||||
coreutils
|
||||
bash
|
||||
fakeNss
|
||||
(writeScriptBin "start-server" ''
|
||||
#!${runtimeShell}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue