1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 16:17:24 +03:00

Use yet another ppa for python 3.6 install in docker

This commit is contained in:
secwall 2017-12-28 21:22:09 +03:00
parent 1c73f3f8cf
commit 37933c90b6

View File

@ -16,7 +16,7 @@ ENV PG_MAJOR 10
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
RUN add-apt-repository ppa:fkrull/deadsnakes
RUN add-apt-repository ppa:jonathonf/python-3.6
RUN apt-get update \
&& apt-get install -y postgresql-common \