Skip to content

Commit

Permalink
chore: add docker
Browse files Browse the repository at this point in the history
adds docker
  • Loading branch information
BobyMCbobs committed Feb 21, 2024
1 parent 86559da commit cea5700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN sed -i -e '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/fedora-updates-testi
efibootmgr \
nc \
cloud-utils \
strace
strace \
docker
RUN bootupctl backend generate-update-metadata && \
echo -e '\n\nii ALL=(ALL) NOPASSWD:ALL\n\n' >> /etc/sudoers
COPY --from=cgr.dev/chainguard/dive:latest /usr/bin/dive /usr/bin/dive
Expand Down

0 comments on commit cea5700

Please sign in to comment.