Skip to content

Commit

Permalink
feat: nicer filter to allow commenting out apps (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: @fossrob
  • Loading branch information
castrojo committed Feb 25, 2023
1 parent 8e7dcff commit 61d3e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL com.github.containers.toolbox="true" \
COPY extra-packages /
RUN apk update && \
apk upgrade && \
cat /extra-packages | xargs apk add
grep -v '^#' /extra-packages | xargs apk add
RUN rm /extra-packages

RUN ln -fs /bin/sh /usr/bin/sh && \
Expand Down

0 comments on commit 61d3e33

Please sign in to comment.