Skip to content

Commit

Permalink
fix: Containerfile.toolbox (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed May 3, 2023
1 parent bde663d commit 6613907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile.toolbox
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ LABEL com.github.containers.toolbox="true" \

COPY toolbox-packages /toolbox-packages

RUN apt-get update && apt-get upgrade -y \
RUN apt-get update && \
apt-get upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt-get -y install \
$(cat toolbox-packages | xargs) && \
rm -rd /var/lib/apt/lists/*
Expand Down

0 comments on commit 6613907

Please sign in to comment.