Skip to content

Commit

Permalink
Add missing template
Browse files Browse the repository at this point in the history
  • Loading branch information
agyoungs committed Oct 30, 2024
1 parent 3ee9b75 commit 2aa3c52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/rocker/templates/install_pkgs_snippet.Dockerfile.em
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# User specified additional packages
RUN export DEBIAN_FRONTEND=noninteractive; \
apt-get update \
@# List each package specified in packages list
&& apt-get install -y @[for package in packages] @package @[end for] \
# Clean
&& apt-get clean

0 comments on commit 2aa3c52

Please sign in to comment.