Add some extra utilities to dind image
This commit is contained in:
parent
4d509bbfe7
commit
4cfb0b71cb
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ ENV HOME /root
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade -y
|
RUN apt-get update && apt-get upgrade -y
|
||||||
RUN apt-get install -y openjdk-17-jdk docker-compose curl
|
RUN apt-get install -y openjdk-17-jdk docker-compose curl moreutils
|
||||||
|
|
||||||
ADD entrypoint.sh /
|
ADD entrypoint.sh /
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
|
@ -25,3 +25,4 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
buildenv:
|
buildenv:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue