
        #############################################################
        # DOCKERFILE FOR LIBRARY BUILDING
        #############################################################

        FROM docker-registry.eyeosbcn.com/alpine6-node-base

        ENV InstallationDir /var/service/

        WORKDIR ${InstallationDir}

        RUN mkdir -p ${InstallationDir}/src/

        COPY . ${InstallationDir}

        RUN \
            /scripts-base/buildDependencies.sh --develop --install

        

LABEL com.eyeos.commit-id cfe28f9b760e53093277728d07cde7759c4bdf3e

            LABEL com.eyeos.reponame https://bitbucket.org/apptivity/eyeos-usernotification.git
