Skip to content

Commit

Permalink
Update Containerfile.bluefin-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jan 16, 2024
1 parent b20d4a5 commit d5baf6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolboxes/bluefin-cli/Containerfile.bluefin-cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/wolfi-base
FROM ghcr.io/ublue-os/wolfi

LABEL com.github.containers.toolbox="true" \
usage="This image is meant to be used with the toolbox or distrobox command" \
Expand Down Expand Up @@ -39,4 +39,4 @@ RUN mkdir -p /usr/local/bin && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree

# Change root shell to BASH
RUN sed -i -e '/^root/s/\/bin\/ash/\/bin\/bash/' /etc/passwd
RUN sed -i -e '/^root/s/\/bin\/ash/\/bin\/bash/' /etc/passwd

0 comments on commit d5baf6d

Please sign in to comment.