Skip to content

Commit

Permalink
fix: test repo for shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept authored Oct 8, 2023
1 parent 568b845 commit e015727
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion toolboxes/Containerfile.wolfi
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ LABEL com.github.containers.toolbox="true" \
COPY ./toolboxes/packages.wolfi /toolbox-packages

# Update image & add dependencies
RUN apk update && \
RUN echo https://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories && \
apk update && \
apk upgrade

# Add Distrobox specific packages
RUN apk add sudo-rs \
procps \
shadow \
bash \
bzip2 \
curl \
Expand Down

0 comments on commit e015727

Please sign in to comment.