diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d79077c..0b83b4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ packaging: stage: packaging script: - apt update - - DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo + - DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo gettext php php-simplexml - wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb - wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb - sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb krankerl_0.12.3_amd64.deb