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