Skip to content
Snippets Groups Projects
Dockerfile.ngas 237 B
FROM icrar/ngas:11.0.2

# Get postgres/mysql development stuff in the image
RUN yum -y install epel-release && \
        yum install -y postgresql-libs

USER ngas
RUN ./home/ngas/ngas_rt/bin/pip install psycopg2-binary==2.7.7

USER root