1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-04-26 21:22:39 +02:00
Files
gsmol 4a7db4cf5e built-in package infrastructure (#418)
[PR #418] built-in package infrastructure
2021-09-26 01:13:04 +03:00

6 lines
186 B
Plaintext

FROM oraclelinux:6
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 openssl
RUN yum upgrade -y