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 262a3d4 commit 018d8d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ LABEL com.github.containers.toolbox="true" \
summary="OBS" \
maintainer="[email protected]"

COPY ./extra-packages /extra-packages

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 018d8d4

Please sign in to comment.