mirror of
https://github.com/anassahmed/odoo_bucardo_replication.git
synced 2025-12-17 07:49:00 +02:00
5 lines
138 B
Docker
5 lines
138 B
Docker
FROM docker.io/library/postgres:9.4
|
|
MAINTAINER Anass Ahmed <anass.1430@gmail.com>
|
|
|
|
RUN apt update && apt install -y postgresql-plperl-9.4
|