File tree 12 files changed +0
-168
lines changed
12 files changed +0
-168
lines changed Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --break-system-packages --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --break-system-packages --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --break-system-packages --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --break-system-packages --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --break-system-packages --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --break-system-packages --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change @@ -43,27 +43,13 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
- # We require build dependencies to build snappy 0.6
47
- # on Python 3.11 or greater.
48
- # TODO: Remove build deps once barman unpins the snappy version or
49
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
50
- build-essential python3-dev libsnappy-dev \
51
46
python3-pip \
52
47
python3-psycopg2 \
53
48
python3-setuptools \
54
49
; \
55
50
pip3 install --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install --no-deps -r requirements.txt; \
58
- # We require build dependencies to build snappy 0.6
59
- # on Python 3.11 or greater.
60
- # TODO: Remove build deps once barman unpins the snappy version or
61
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
62
- apt-get remove -y --purge --autoremove \
63
- build-essential \
64
- python3-dev \
65
- libsnappy-dev \
66
- ; \
67
53
rm -rf /var/lib/apt/lists/*;
68
54
69
55
# Change the uid of postgres to 26
You can’t perform that action at this time.
0 commit comments