From b7af542dbdf5b37c64620b7e33248d6360f8779a Mon Sep 17 00:00:00 2001 From: WizaXxX Date: Tue, 12 Jul 2022 17:12:40 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D1=83=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B8=20pos?= =?UTF-8?q?tgres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/db/Dockerfile b/images/db/Dockerfile index a5591b4..b029232 100644 --- a/images/db/Dockerfile +++ b/images/db/Dockerfile @@ -3,7 +3,7 @@ FROM fresh/centos ADD ./entrypoint.sh / RUN localedef -f UTF-8 -i ru_RU ru_RU.UTF-8 \ - && yum install -y http://1c.postgrespro.ru/pg1c-9.6/keys/postgrespro-1c-9.6.centos.yum-9.6-0.3.noarch.rpm \ + && yum install -y http://repo.postgrespro.ru/pg1c-9.6/keys/postgrespro-1c-9.6.centos.yum-9.6-0.3.noarch.rpm \ && yum makecache \ && yum -y --setopt=tsflags=nodocs install postgresql-pro-1c-9.6 --nogpgcheck \ && chmod +x /entrypoint.sh