# Dockerfile for setting up an environment to run tests

FROM git.ia2.inaf.it:5050/ia2/ia2-devops/maven-otj-pg-embedded

USER root

RUN apt-get update && apt-get install -y git

USER postgres

