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

@ -7,7 +7,7 @@ ENV DOCKER_PASSWORD NAN
ADD entrypoint.sh /
RUN chmod +x /entrypoint.sh
RUN apt-get install -y openjdk-17-jre
RUN apk add --no-cache openjdk17-jre
RUN mkdir /builder

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