Skip to content

Commit 8748d1d

Browse files
committed
fix(Dockerfile): Remove problem dep for 9.5rc1
The dependency postgres-common kept causing the following error when building 9.5rc1: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.7.0-2_amd64.deb 408 Request Time-out [IP: 5.153.231.35 80]
1 parent d744744 commit 8748d1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

9.5/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ ENV PG_VERSION 9.5~rc1-1.pgdg80+1
2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

3131
RUN apt-get update \
32-
&& apt-get install -y postgresql-common \
33-
&& sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \
3432
&& apt-get install -y \
3533
postgresql-$PG_MAJOR=$PG_VERSION \
3634
postgresql-contrib-$PG_MAJOR=$PG_VERSION \

0 commit comments

Comments
 (0)