mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:03:55 +01:00
Compare commits
2 Commits
623f684685
...
7c701cfd79
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c701cfd79 | |||
| c3db123a7a |
@ -7,6 +7,7 @@ variables:
|
|||||||
BUILD_CONTEXT: ci_container
|
BUILD_CONTEXT: ci_container
|
||||||
BUILD_FILE: Dockerfile
|
BUILD_FILE: Dockerfile
|
||||||
IMAGE_NAME: pkg_build-exim-encrypt-dlfunc/bullseye
|
IMAGE_NAME: pkg_build-exim-encrypt-dlfunc/bullseye
|
||||||
|
TARGET_REPOSITORY: "bullseye"
|
||||||
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
|||||||
@ -18,18 +18,17 @@ RUN apt-get update; \
|
|||||||
openssl \
|
openssl \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
libxml2-utils; \
|
libxml2-utils \
|
||||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install --no-install-recommends -y \
|
|
||||||
debhelper \
|
debhelper \
|
||||||
debsigs \
|
debsigs \
|
||||||
devscripts \
|
devscripts \
|
||||||
dh-make \
|
dh-make \
|
||||||
git-buildpackage \
|
git-buildpackage \
|
||||||
gpgv1 \
|
gpgv1 \
|
||||||
meson; \
|
meson \
|
||||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install --no-install-recommends -y \
|
|
||||||
less \
|
less \
|
||||||
mc \
|
mc \
|
||||||
|
rsync \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
vim; \
|
vim; \
|
||||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get clean; \
|
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get clean; \
|
||||||
|
|||||||
Reference in New Issue
Block a user