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
8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
FROM pgpro/astra:1.11
|
|
RUN apt-get update -y
|
|
RUN apt-get install -y devscripts
|
|
RUN apt-get install -y dpkg-dev lsb-release git equivs wget vim
|
|
RUN apt-get install -y cmake bison flex libboost-all-dev
|
|
RUN apt-get install reprepro -y
|
|
RUN apt-get upgrade -y
|