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:
parent
dbb486ff4e
commit
20397c93aa
1 changed files with 0 additions and 4 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue