Switch over commands to apk and alpine

This commit is contained in:
zontreck 2025-03-16 19:50:26 -07:00
parent b49e59045f
commit 9171523a87
2 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,6 @@ ENV HOME /root
USER root
WORKDIR /
RUN apk add --no-cache bash moreutils curl
RUN apk add --no-cache bash moreutils curl bash
RUN dockerd --version