Skip to content

Commit

Permalink
Corrected definition
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Feb 6, 2024
1 parent 6bab607 commit c0a6fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Bootstrap: docker
From: ubuntu:22.04

%setup
[ -n "${APPTAINER_ROOTFS:-}" ] && ../.build-scripts/write-apptainer-labels.sh >"${APPTAINER_ROOTFS}/.build_labels"
[ -n "${APPTAINER_ROOTFS:-}" ] && ./build-scripts/write-apptainer-labels.sh >"${APPTAINER_ROOTFS}/.build_labels"

%post
set -ex
Expand Down

0 comments on commit c0a6fd7

Please sign in to comment.