Add some extra utilities to dind image

This commit is contained in:
zontreck 2024-11-09 03:13:30 -07:00
parent 4d509bbfe7
commit 4cfb0b71cb
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ ENV HOME /root
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 /
RUN chmod +x /entrypoint.sh

View file

@ -25,3 +25,4 @@ services:
networks:
buildenv: