Skip to content

Commit

Permalink
Replace sleep infinity with docker-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Sep 28, 2023
1 parent 6249713 commit 7e71c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ARG BUILD_DATE=""
RUN apt-get update -q && DEBIAN_FRONTEND=non-interactive apt-get install -qy --no-install-recommends --no-install-suggests \
bind9-dnsutils \
curl \
docker-setup \
ethtool \
iperf3 \
iproute2 \
Expand All @@ -22,5 +23,4 @@ RUN apt-get update -q && DEBIAN_FRONTEND=non-interactive apt-get install -qy --n
&& apt-get upgrade -qy \
&& rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["sleep"]
CMD ["infinity"]
ENTRYPOINT ["docker-setup"]

0 comments on commit 7e71c26

Please sign in to comment.