Initial Commit

This commit is contained in:
Anass Ahmed
2017-08-01 12:28:14 +02:00
commit be9b13a2c3
8 changed files with 1058 additions and 0 deletions

4
postgres/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM docker.io/library/postgres:9.4
MAINTAINER Anass Ahmed <anass.1430@gmail.com>
RUN apt update && apt install -y postgresql-plperl-9.4