mirror of
https://github.com/xxh/xxh
synced 2024-11-22 20:03:18 +00:00
Build scripts
This commit is contained in:
parent
be45a7151e
commit
90ad030757
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue