File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -192,22 +192,12 @@ RUN set -xe; \
192
192
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
193
193
apt-get update; \
194
194
apt-get install -y --no-install-recommends \
195
- # TODO: Remove build deps once barman unpins the snappy version or
196
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
197
- build-essential python3-dev libsnappy-dev \
198
195
python3-pip \
199
196
python3-psycopg2 \
200
197
python3-setuptools \
201
198
; \
202
199
pip3 install --break-system-packages --upgrade pip; \
203
200
pip3 install --break-system-packages barman[cloud,azure,snappy,google]; \
204
- # TODO: Remove build deps once barman unpins the snappy version or
205
- # https://github.com/EnterpriseDB/barman/issues/905 is completed
206
- apt-get remove -y --purge --autoremove \
207
- build-essential \
208
- python3-dev \
209
- libsnappy-dev \
210
- ; \
211
201
rm -rf /var/lib/apt/lists/*;
212
202
213
203
# make the sample config easier to munge (and "correct by default")
You can’t perform that action at this time.
0 commit comments