mirror of
https://github.com/1C-Company/docker_fresh.git
synced 2024-12-12 10:45:25 +02:00
Исправил ссылку для загрузки postgres
This commit is contained in:
parent
efccaaed6b
commit
b7af542dbd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user