FROM ubuntu:16.04

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update \
 && apt-get -y install \
        glue-schema \
        nordugrid-arc-client \
        nordugrid-arc-plugins-globus \
        python3 \
        python3-cryptography \
        python3-jinja2 \
        python3-ldap3 \
        python3-setuptools
