Просмотр исходного кода

hardcoded PGMAJOR for compatibility

tags/9.6-1.1.0
Robin Thoni 8 лет назад
Родитель
Сommit
75a910fdbf
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Просмотреть файл

1
 FROM robinthoni/postgres-multiarch:9.6
1
 FROM robinthoni/postgres-multiarch:9.6
2
 
2
 
3
-RUN mv -v /usr/share/postgresql/$PG_MAJOR/pg_hba.conf.sample /usr/share/postgresql/ \
3
+RUN mv -v /usr/share/postgresql/9.6/pg_hba.conf.sample /usr/share/postgresql/ \
4
               && ln -sv ../pg_hba.conf.sample /usr/share/postgresql/$PG_MAJOR/
4
               && ln -sv ../pg_hba.conf.sample /usr/share/postgresql/$PG_MAJOR/
5
 
5
 
6
 RUN apt-get update && apt-get -y install\
6
 RUN apt-get update && apt-get -y install\

Загрузка…
Отмена
Сохранить