1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-12 11:45:24 +02:00
pg_probackup/packaging/Dockerfiles/Dockerfile-debian_11

8 lines
247 B
Plaintext
Raw Normal View History

FROM debian: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 -y reprepro
RUN apt-get upgrade -y