mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 07:33:55 +01:00
Code cleanup & more tests
This commit is contained in:
@ -73,7 +73,7 @@ for i in "${images[@]}"; do
|
||||
vim; \
|
||||
rm -rf /var/lib/apt/lists/*;'
|
||||
buildah run "$ctr" /bin/sh -c \
|
||||
'pip3 install meson ninja; \
|
||||
'pip3 install --upgrade meson ninja; \
|
||||
rm -rf ~/.cache/pip/*;'
|
||||
TARGET="${REGISTRY}/${BASENAME}-${name}:${TAG}"
|
||||
IMAGEID=$(buildah commit --format docker "$ctr" "${IMAGENAME}")
|
||||
|
||||
Reference in New Issue
Block a user