mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-25 09:01:48 +02:00
4a7db4cf5e
[PR #418] built-in package infrastructure
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
FROM centos:7
|
|
RUN yum install -y tar wget rpm-build yum-utils
|
|
RUN yum install -y gcc make perl libicu-devel glibc-devel bison flex
|
|
RUN yum install -y git
|
|
RUN yum upgrade -y
|