Skip to content

Commit

Permalink
singularity: Minor fixes of definition file (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucadelu committed Feb 8, 2022
1 parent 2c28797 commit 7af37d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions singularity/debian/singularityfile_debian
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Singularity container for GRASS GIS to be run into GRASS main directory
Maintainer Luca Delucchi

%setup
mkdir /tmp/grass_build
mkdir -p /tmp/grass_build

%files
. /tmp/grass_build
* /tmp/grass_build

%post
# Install useful libraries
Expand Down Expand Up @@ -67,7 +67,7 @@ Singularity container for GRASS GIS to be run into GRASS main directory
python3-magic \
python3-numpy \
python3-pdal \
python3-pil \
python3-pillow \
python3-pip \
python3-ply \
python3-requests \
Expand Down Expand Up @@ -126,7 +126,7 @@ Singularity container for GRASS GIS to be run into GRASS main directory
apt-get autoremove -y
apt-get clean -y
cd /tmp
rm -rf /src/grass_build
rm -rf /tmp/grass_build
# Add useful GRASS addons
grass -c EPSG:4326 --tmp-location --exec g.extension -s ext=i.modis
grass -c EPSG:4326 --tmp-location --exec g.extension -s ext=i.sentinel
Expand Down

0 comments on commit 7af37d8

Please sign in to comment.