Skip to content

Commit

Permalink
fix: end run command
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept authored Oct 8, 2023
1 parent a0b488d commit b7dad10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolboxes/Containerfile.wolfi
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN git clone https://github.com/89luca89/distrobox.git --single-branch /tmp/dis
cp /tmp/distrobox/distrobox-host-exec /usr/bin/distrobox-host-exec && \
wget https://github.com/1player/host-spawn/releases/download/$(cat /tmp/distrobox/distrobox-host-exec | grep host_spawn_version= | cut -d "\"" -f 2)/host-spawn-$(uname -m) -O /usr/bin/host-spawn && \
chmod +x /usr/bin/host-spawn && \
rm -rf /tmp/distrobox && \
rm -rf /tmp/distrobox

# Add optional packages
RUN grep -v '^#' /toolbox-packages | xargs apk add
Expand Down

0 comments on commit b7dad10

Please sign in to comment.