mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Install gnupg2 dependency only for www-gitlab-com
This commit is contained in:
parent
c11e549cab
commit
baeb1cc4da
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ apt-get install -y \
|
|||
libxslt-dev libcurl4-openssl-dev libicu-dev \
|
||||
logrotate python-docutils pkg-config cmake nodejs \
|
||||
libkrb5-dev postgresql-client mysql-client unzip \
|
||||
libre2-dev gettext gnupg2 \
|
||||
libre2-dev gettext \
|
||||
|
||||
apt-get clean -yqq
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ apt-get update
|
|||
apt-get install -yq --no-install-recommends \
|
||||
make gcc g++ locales \
|
||||
git-core pandoc texlive-latex-recommended texlive-xetex \
|
||||
texlive-fonts-recommended lmodern ed file curl
|
||||
texlive-fonts-recommended lmodern ed file curl gnupg2
|
||||
|
||||
apt-get autoremove -yq
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue