add wine staging + update mono and gecko version

This commit is contained in:
Quinten
2022-10-02 18:51:42 +02:00
parent 62079c76c2
commit 96b0d0c84f
4 changed files with 46 additions and 5 deletions

View File

@@ -36,5 +36,5 @@ ENV XVFB=1
USER container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
COPY ./../entrypoint.sh /entrypoint.sh
CMD [ "/bin/bash", "/entrypoint.sh" ]