Commit 84f8733 1 parent 6e1a5af commit 84f8733 Copy full SHA for 84f8733
File tree 2 files changed +0
-28
lines changed
2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -41,27 +41,13 @@ RUN set -xe; \
41
41
RUN set -xe; \
42
42
apt-get update; \
43
43
apt-get install -y --no-install-recommends \
44
- # We require build dependencies to build snappy 0.6
45
- # on Python 3.11 or greater.
46
- # TODO: Remove build deps once barman unpins the snappy version or
47
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
48
- build-essential python3-dev libsnappy-dev \
49
44
python3-pip \
50
45
python3-psycopg2 \
51
46
python3-setuptools \
52
47
; \
53
48
pip3 install %%PIP_OPTIONS%% --upgrade pip; \
54
49
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
55
50
pip3 install %%PIP_OPTIONS%% --no-deps -r requirements.txt; \
56
- # We require build dependencies to build snappy 0.6
57
- # on Python 3.11 or greater.
58
- # TODO: Remove build deps once barman unpins the snappy version or
59
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
60
- apt-get remove -y --purge --autoremove \
61
- build-essential \
62
- python3-dev \
63
- libsnappy-dev \
64
- ; \
65
51
rm -rf /var/lib/apt/lists/*;
66
52
67
53
# 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 %%PIP_OPTIONS%% --upgrade pip; \
56
51
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
57
52
pip3 install %%PIP_OPTIONS%% --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