diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-07-16 22:38:31 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-07-16 22:38:31 +0200 |
commit | 06abd6563a2f5c5337626958a284552d3929caf2 (patch) | |
tree | b3e9998b7725d7633ba3470ca677e9c6623f09d4 | |
parent | f2a0292e31350233f14460511ee82ac0db2ff0d6 (diff) |
gitlab-ci: apt-get purge --allow-remove-essential
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 818632f..dc497ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build-debian: - make V=s - cp ./src/potd ./src/potd-full - cp ./config.log ./config-full.log - - apt-get purge -y -qq libseccomp2 libseccomp-dev + - apt-get purge --allow-remove-essential -y -qq libseccomp2 libseccomp-dev - ./configure - make V=s stage: build |