Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Sep 1, 2023
1 parent 8404d32 commit 262a3d4
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" \
RUN apt-get update && \
apt-get upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt-get -y install \
$(cat extra-packages | xargs) && \
$(cat ./extra-packages | xargs) && \
rm -rd /var/lib/apt/lists/*

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

0 comments on commit 262a3d4

Please sign in to comment.