mmore500/reinterpretive-label:latest

$ singularity pull shub://mmore500/reinterpretive-label:latest

Singularity Recipe

################################################################################
# Basic bootstrap definition to build Ubuntu container
################################################################################

Bootstrap: shub
From: singularityhub/ubuntu

%labels
Maintainer Matthew Andres Moreno
Version 0.0.0

################################################################################
# Copy any necessary files into the container
################################################################################
%files
. /opt/reinterpretive-label

%post
################################################################################
# Install additional packages
################################################################################
apt-get clean && apt-get update && apt-get install -y \
    locales \
    language-pack-fi  \
    language-pack-en && \
    export LANGUAGE=en_US.UTF-8 && \
    export LANG=en_US.UTF-8 && \
    export LC_ALL=en_US.UTF-8 && \
    locale-gen en_US.UTF-8 && \
    dpkg-reconfigure locales

apt-get install -y dialog
apt-get install -y apt-utils
apt-get install -y texlive
apt-get install -y texlive-latex-extra
apt-get install -y texlive-xetex
apt-get install -y curl
apt-get install -y fontconfig
apt-get install -y unzip

curl -L https://www.fontsquirrel.com/fonts/download/poppins > poppins.zip
unzip poppins.zip

mkdir /usr/share/fonts/opentype
mv *.otf /usr/share/fonts/opentype

fc-cache -f -v

chmod 777 -R /opt

################################################################################
# Run the user's login shell, or a user specified command
################################################################################
%runscript
xelatex instance

Collection


View on Datalad

Metrics

key value
id /containers/mmore500-reinterpretive-label-latest
collection name mmore500/reinterpretive-label
branch master
tag latest
commit a140e233282ac3eb6407f90fe41df5e481621b8e
version (container hash) 41671c730a764d835c0c9246c42758fe
build date 2019-12-12T20:44:56.637Z
size (MB) 2304
size (bytes) 1707794463
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.