1
0
Fork 0
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:
Robin Appelman 2024-03-17 16:44:57 +01:00
commit 8890984d38

View file

@ -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}