Switch over commands to apk and alpine
This commit is contained in:
parent
b49e59045f
commit
9171523a87
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue