mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +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 \
|
libxslt-dev libcurl4-openssl-dev libicu-dev \
|
||||||
logrotate python-docutils pkg-config cmake nodejs \
|
logrotate python-docutils pkg-config cmake nodejs \
|
||||||
libkrb5-dev postgresql-client mysql-client unzip \
|
libkrb5-dev postgresql-client mysql-client unzip \
|
||||||
libre2-dev gettext gnupg2 \
|
libre2-dev gettext \
|
||||||
|
|
||||||
apt-get clean -yqq
|
apt-get clean -yqq
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ apt-get update
|
||||||
apt-get install -yq --no-install-recommends \
|
apt-get install -yq --no-install-recommends \
|
||||||
make gcc g++ locales \
|
make gcc g++ locales \
|
||||||
git-core pandoc texlive-latex-recommended texlive-xetex \
|
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
|
apt-get autoremove -yq
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue