mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Merge branch 'sh-add-libpq-ubi' into 'master'
Add libpq-devel to UBI image See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/775 Merged-by: Stan Hu <stanhu@gmail.com> Approved-by: Stan Hu <stanhu@gmail.com>
This commit is contained in:
commit
cb802da4ab
3 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
- !reference [.build_dynamic_image, rules]
|
||||
- changes:
|
||||
- "scripts/lib/custom-docker-build"
|
||||
- "scripts/install-essentials"
|
||||
- "scripts/install-git"
|
||||
- "scripts/install-golang"
|
||||
- ".gitlab/ci/gitaly.images.yml"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
- "scripts/install-bazelisk"
|
||||
- "scripts/install-chrome"
|
||||
- "scripts/install-docker"
|
||||
- "scripts/install-essentials"
|
||||
- "scripts/install-exiftool"
|
||||
- "scripts/install-git"
|
||||
- "scripts/install-gcloud"
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ function prepare_ubi_environment() {
|
|||
yum install -by --nodocs \
|
||||
autoconf clang-devel cmake gcc gcc-c++ make patch perl bzip2 \
|
||||
libedit ncurses uuid libarchive curl-devel \
|
||||
libicu-devel libyaml-devel libedit-devel libffi-devel libuuid-devel openssl-devel \
|
||||
libicu-devel libyaml-devel libedit-devel libffi-devel libpq-devel libuuid-devel openssl-devel \
|
||||
ncurses-devel pcre2-devel zlib-devel libstdc++-static \
|
||||
libevent-devel redhat-lsb-core procps-ng
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue