mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
FROM debian:10
|
|
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 -y reprepro
|
|
RUN apt-get upgrade -y
|