Skip to content

Commit 3712052

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent d19e7e9 commit 3712052

File tree

10 files changed

+30
-0
lines changed

10 files changed

+30
-0
lines changed

Debian/13/bookworm/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --break-system-packages --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

Debian/13/bullseye/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

Debian/14/bookworm/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --break-system-packages --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

Debian/14/bullseye/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

Debian/15/bookworm/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --break-system-packages --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

Debian/15/bullseye/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

Debian/16/bookworm/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --break-system-packages --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

Debian/16/bullseye/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

Debian/17/bookworm/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --break-system-packages --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

Debian/17/bullseye/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ RUN set -xe; \
4747
python3-psycopg2 \
4848
python3-setuptools \
4949
; \
50+
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
51+
apt-get install -y --no-install-recommends build-essential python3-dev; \
5052
pip3 install --upgrade pip; \
5153
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5254
pip3 install --no-deps -r requirements.txt; \
55+
apt-get remove -y --purge --autoremove build-essential python3-dev; \
5356
rm -rf /var/lib/apt/lists/*;
5457

5558
# Change the uid of postgres to 26

0 commit comments

Comments
 (0)