Repair start instructions for wings

This commit is contained in:
zontreck 2025-03-09 23:27:24 -07:00
parent ab71586dd7
commit 7282f13cc6
2 changed files with 3 additions and 5 deletions

View file

@ -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"]

View file

@ -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"]
CMD ["/usr/local/bin/wings"]