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
5 lines
223 B
Groff
5 lines
223 B
Groff
FROM opensuse/leap:15.1
|
|
RUN ulimit -n 1024 && zypper install -y tar wget rpm-build
|
|
RUN ulimit -n 1024 && zypper install -y gcc make perl libicu-devel glibc-devel bison flex
|
|
RUN ulimit -n 1024 && zypper install -y git rsync
|