Repair start instructions for wings
This commit is contained in:
parent
ab71586dd7
commit
7282f13cc6
2 changed files with 3 additions and 5 deletions
|
@ -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"]
|
||||
USER root
|
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue