Skip to content

Commit

Permalink
DBZ-7475 Install c-lang/llvm 11 for Postgres build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Feb 12, 2024
1 parent 92a0715 commit b23406a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postgres/10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update \
build-essential \
pkg-config \
git \
clang-11 \
llvm-11 \
postgresql-server-dev-$PG_MAJOR \
&& add-apt-repository "deb http://ftp.debian.org/debian testing main contrib" \
&& apt-get update && apt-get install -f -y --no-install-recommends \
Expand Down
2 changes: 2 additions & 0 deletions postgres/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update \
build-essential \
pkg-config \
git \
clang-11 \
llvm-11 \
postgresql-server-dev-$PG_MAJOR \
&& add-apt-repository "deb http://ftp.debian.org/debian testing main contrib" \
&& apt-get update && apt-get install -f -y --no-install-recommends \
Expand Down
2 changes: 2 additions & 0 deletions postgres/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update \
build-essential \
pkg-config \
git \
clang-11 \
llvm-11 \
postgresql-server-dev-$PG_MAJOR \
&& add-apt-repository "deb http://ftp.debian.org/debian testing main contrib" \
&& apt-get update && apt-get install -f -y --no-install-recommends \
Expand Down
2 changes: 2 additions & 0 deletions postgres/13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update \
build-essential \
pkg-config \
git \
clang-11 \
llvm-11 \
postgresql-server-dev-$PG_MAJOR \
&& add-apt-repository "deb http://ftp.debian.org/debian testing main contrib" \
&& apt-get update && apt-get install -f -y --no-install-recommends \
Expand Down
2 changes: 2 additions & 0 deletions postgres/14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update \
build-essential \
pkg-config \
git \
clang-11 \
llvm-11 \
postgresql-server-dev-$PG_MAJOR \
&& add-apt-repository "deb http://ftp.debian.org/debian testing main contrib" \
&& apt-get update && apt-get install -f -y --no-install-recommends \
Expand Down
2 changes: 2 additions & 0 deletions postgres/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN apt-get update \
build-essential \
pkg-config \
git \
clang-11 \
llvm-11 \
postgresql-server-dev-$PG_MAJOR \
&& add-apt-repository "deb http://ftp.debian.org/debian testing main contrib" \
&& apt-get update && apt-get install -f -y --no-install-recommends \
Expand Down
2 changes: 2 additions & 0 deletions postgres/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN apt-get update \
build-essential \
pkg-config \
git \
clang-11 \
llvm-11 \
postgresql-server-dev-$PG_MAJOR \
&& add-apt-repository "deb http://ftp.debian.org/debian testing main contrib" \
&& apt-get update && apt-get install -f -y --no-install-recommends \
Expand Down
2 changes: 2 additions & 0 deletions postgres/9.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update \
build-essential \
pkg-config \
git \
clang-11 \
llvm-11 \
postgresql-server-dev-$PG_MAJOR \
&& add-apt-repository "deb http://ftp.debian.org/debian testing main contrib" \
&& apt-get update && apt-get install -f -y --no-install-recommends \
Expand Down

0 comments on commit b23406a

Please sign in to comment.