Skip to content

Commit dde4887

Browse files
authored
chore: remove build-essentials from the image build (#68)
Signed-off-by: Niccolò Fei <[email protected]>
1 parent ff0b047 commit dde4887

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile

-10
Original file line numberDiff line numberDiff line change
@@ -192,22 +192,12 @@ RUN set -xe; \
192192
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
193193
apt-get update; \
194194
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 \
198195
python3-pip \
199196
python3-psycopg2 \
200197
python3-setuptools \
201198
; \
202199
pip3 install --break-system-packages --upgrade pip; \
203200
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-
; \
211201
rm -rf /var/lib/apt/lists/*;
212202

213203
# make the sample config easier to munge (and "correct by default")

0 commit comments

Comments
 (0)