Build scripts

This commit is contained in:
a 2021-03-14 15:08:48 +03:00
parent 350686581e
commit 08861c3a85

View file

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