1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00
pg_probackup/packaging/Dockerfiles/Dockerfile-ubuntu_18.10
gsmol 4a7db4cf5e
built-in package infrastructure (#418)
[PR #418] built-in package infrastructure
2021-09-26 01:13:04 +03:00

8 lines
250 B
Plaintext

FROM ubuntu:18.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