From 2913bd60b542e4cc4f93b719bb431f1f5bfe976a Mon Sep 17 00:00:00 2001
From: Jonas Heinrich <onny@project-insanity.org>
Date: Sat, 5 Dec 2020 09:58:31 +0100
Subject: [PATCH] test release v1.0.0.19-pre

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab