1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

cleanup docker image

This commit is contained in:
Robin Appelman 2024-03-17 14:57:14 +01:00
commit 20397c93aa

View file

@ -5,8 +5,6 @@
runtimeShell,
writeScriptBin,
fakeNss,
coreutils-full,
bash,
dockerTools
}: let
phpWithExtensions = php.buildEnv {
@ -26,8 +24,6 @@ in dockerTools.buildLayeredImage {
demostf-parser
phpWithExtensions
dockerTools.caCertificates
coreutils-full
bash
fakeNss
(writeScriptBin "start-server" ''
#!${runtimeShell}