Skip to content

Commit

Permalink
Add ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Sep 16, 2024
1 parent 6cb2734 commit e388e89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion single-user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# apptainer
RUN add-apt-repository -y ppa:apptainer/ppa \
RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository -y ppa:apptainer/ppa \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
apptainer \
Expand Down

0 comments on commit e388e89

Please sign in to comment.