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

5 lines
167 B
Plaintext

FROM ubuntu:17.10
RUN apt-get -qq update -y
RUN apt-get -qq install -y reprepro rpm createrepo gnupg rsync perl less wget expect rsync dpkg-dev
RUN apt-get upgrade -y