Characterisation-Virtual-Laboratory / CharacterisationVL-Software

GNU General Public License v3.0
8 stars 7 forks source link

Singularity.dtsa2 not passing build pipeline #167

Open edanscriven opened 2 years ago

edanscriven commented 2 years ago

Build failed to bootstrap to Ubuntu Cosmic release.

0luhancheng0 commented 2 years ago

This recipe does not seem to install any software other than installing a plain java

    echo "*********************************************************"
    echo "Setup and display environment"
    echo "*********************************************************"
    export LC_ALL=en_AU.UTF-8
    export LANGUAGE=en_AU.UTF-8
    export DEBIAN_FRONTEND=noninteractive
    echo $LC_ALL
    echo $LANGUAGE
    echo $DEBIAN_FRONTEND
    echo "*********************************************************"
    echo "Installing Java"
    echo "*********************************************************"

    apt -y install openjdk-11-jdk

    echo "*********************************************************"
    echo "All Done"
    echo "*********************************************************"