Build scripts

This commit is contained in:
a 2021-03-14 15:17:16 +03:00
parent be45a7151e
commit 90ad030757

View file

@ -1,4 +1,5 @@
FROM python:3.8-slim-buster
VOLUME /result
RUN apt update && apt install -y git file gpg && pip install git+https://github.com/niess/python-appimage
@ -10,5 +11,4 @@ RUN echo '/xxh' > requirements.txt && cat pre-requirements.txt >> requirements.t
WORKDIR /xxh
RUN python -m python_appimage build app /xxh/appimage
RUN ls -la
CMD cp xxh-*.AppImage /result && ls -sh1 && echo "Result:" && ls -sh1 /result
CMD cp /xxh/xxh-*.AppImage /result && ls -sh1 && echo "Result:" && ls -sh1 /result