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

View file

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