Skip to content

Commit

Permalink
now from template
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Nov 10, 2023
1 parent 9123802 commit 765acfb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/debian-bookworm-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ RUN patch `which pg_buildext` < /make_pg_buildext_parallel.patch
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz && \
tar -zxvf cmake-3.22.2.tar.gz && \
cd cmake-3.22.2 && ./bootstrap && \
make && \
make install && \
MAKEFLAGS="-j $(nproc)" make && \
MAKEFLAGS="-j $(nproc)" make install && \
rm -f cmake-3.22.2.tar.gz && \
rm -rf cmake-3.22.2

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/debian-bullseye-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ RUN patch `which pg_buildext` < /make_pg_buildext_parallel.patch
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz && \
tar -zxvf cmake-3.22.2.tar.gz && \
cd cmake-3.22.2 && ./bootstrap && \
make && \
make install && \
MAKEFLAGS="-j $(nproc)" make && \
MAKEFLAGS="-j $(nproc)" make install && \
rm -f cmake-3.22.2.tar.gz && \
rm -rf cmake-3.22.2

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/debian-buster-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ RUN patch `which pg_buildext` < /make_pg_buildext_parallel.patch
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz && \
tar -zxvf cmake-3.22.2.tar.gz && \
cd cmake-3.22.2 && ./bootstrap && \
make && \
make install && \
MAKEFLAGS="-j $(nproc)" make && \
MAKEFLAGS="-j $(nproc)" make install && \
rm -f cmake-3.22.2.tar.gz && \
rm -rf cmake-3.22.2

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu-bionic-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ RUN patch `which pg_buildext` < /make_pg_buildext_parallel.patch
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz && \
tar -zxvf cmake-3.22.2.tar.gz && \
cd cmake-3.22.2 && ./bootstrap && \
make && \
make install && \
MAKEFLAGS="-j $(nproc)" make && \
MAKEFLAGS="-j $(nproc)" make install && \
rm -f cmake-3.22.2.tar.gz && \
rm -rf cmake-3.22.2

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu-focal-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ RUN patch `which pg_buildext` < /make_pg_buildext_parallel.patch
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz && \
tar -zxvf cmake-3.22.2.tar.gz && \
cd cmake-3.22.2 && ./bootstrap && \
make && \
make install && \
MAKEFLAGS="-j $(nproc)" make && \
MAKEFLAGS="-j $(nproc)" make install && \
rm -f cmake-3.22.2.tar.gz && \
rm -rf cmake-3.22.2

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu-kinetic-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ RUN patch `which pg_buildext` < /make_pg_buildext_parallel.patch
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz && \
tar -zxvf cmake-3.22.2.tar.gz && \
cd cmake-3.22.2 && ./bootstrap && \
make && \
make install && \
MAKEFLAGS="-j $(nproc)" make && \
MAKEFLAGS="-j $(nproc)" make install && \
rm -f cmake-3.22.2.tar.gz && \
rm -rf cmake-3.22.2

Expand Down
4 changes: 2 additions & 2 deletions templates/Dockerfile-deb.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ RUN patch `which pg_buildext` < /make_pg_buildext_parallel.patch
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz && \
tar -zxvf cmake-3.22.2.tar.gz && \
cd cmake-3.22.2 && ./bootstrap && \
make && \
make install && \
MAKEFLAGS="-j $(nproc)" make && \
MAKEFLAGS="-j $(nproc)" make install && \
rm -f cmake-3.22.2.tar.gz && \
rm -rf cmake-3.22.2

Expand Down

0 comments on commit 765acfb

Please sign in to comment.