diff --git a/DIND/Dockerfile b/DIND/Dockerfile index 9800c04..412e821 100644 --- a/DIND/Dockerfile +++ b/DIND/Dockerfile @@ -3,8 +3,6 @@ FROM git.zontreck.com/packages/debian:build ENV HOME /root RUN apt-get update && apt-get upgrade -y -RUN apt-get install -y docker-compose curl moreutils +RUN apt-get install -y docker-compose curl moreutils bash -USER root - -ENTRYPOINT ["/bin/bash", "/entrypoint.sh"] \ No newline at end of file +USER root \ No newline at end of file diff --git a/DIND/Wings/Dockerfile b/DIND/Wings/Dockerfile index d25abdb..6eb6017 100644 --- a/DIND/Wings/Dockerfile +++ b/DIND/Wings/Dockerfile @@ -8,4 +8,4 @@ RUN chmod u+x /usr/local/bin/wings ADD ./entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/bin/bash" "/entrypoint.sh"] \ No newline at end of file +CMD ["/usr/local/bin/wings"] \ No newline at end of file