mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Install all required by GitLab dependencies
This commit is contained in:
parent
ac8dba73d4
commit
8321e76cab
1 changed files with 6 additions and 4 deletions
|
|
@ -13,22 +13,24 @@ grep "Debian GNU/Linux 9" /etc/issue || EXIT_CODE=$?
|
||||||
if [ $EXIT_CODE -eq 0 ]
|
if [ $EXIT_CODE -eq 0 ]
|
||||||
then
|
then
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
curl wget build-essential apt-utils locales \
|
curl wget build-essential apt-utils locales openssh-client \
|
||||||
libssl-dev libyaml-dev libreadline6-dev zlib1g-dev \
|
libssl-dev libyaml-dev libreadline6-dev zlib1g-dev \
|
||||||
libncurses5-dev libffi-dev libgdbm3 libgdbm-dev \
|
libncurses5-dev libffi-dev libgdbm3 libgdbm-dev \
|
||||||
ca-certificates libyaml-dev checkinstall libxml2-dev \
|
ca-certificates checkinstall libxml2-dev \
|
||||||
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 \
|
||||||
|
libsqlite3-dev libpq-dev libpng-dev libjpeg-dev libzstd-dev \
|
||||||
libre2-dev gettext rsync
|
libre2-dev gettext rsync
|
||||||
else
|
else
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
curl wget build-essential apt-utils locales \
|
curl wget build-essential apt-utils locales openssh-client \
|
||||||
libssl-dev libyaml-dev libreadline-dev zlib1g-dev \
|
libssl-dev libyaml-dev libreadline-dev zlib1g-dev \
|
||||||
libncurses5-dev libffi-dev ca-certificates libyaml-dev libxml2-dev \
|
libncurses5-dev libffi-dev ca-certificates libxml2-dev \
|
||||||
libxslt1-dev libcurl4-openssl-dev libicu-dev \
|
libxslt1-dev libcurl4-openssl-dev libicu-dev \
|
||||||
logrotate python-docutils pkg-config cmake \
|
logrotate python-docutils pkg-config cmake \
|
||||||
libkrb5-dev postgresql-client unzip \
|
libkrb5-dev postgresql-client unzip \
|
||||||
|
libsqlite3-dev libpq-dev libpng-dev libjpeg-dev libzstd-dev \
|
||||||
libre2-dev gettext rsync
|
libre2-dev gettext rsync
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue