mirror of
https://github.com/xxh/xxh
synced 2024-11-26 05:40:16 +00:00
Build scripts
This commit is contained in:
parent
350686581e
commit
08861c3a85
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.8-slim-buster
|
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
|
ADD . /xxh
|
||||||
RUN mkdir -p /result
|
RUN mkdir -p /result
|
||||||
|
@ -10,4 +10,4 @@ RUN echo '/xxh' > requirements.txt && cat pre-requirements.txt >> requirements.t
|
||||||
|
|
||||||
WORKDIR /xxh
|
WORKDIR /xxh
|
||||||
RUN python -m python_appimage build app /xxh/appimage
|
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
|
Loading…
Reference in a new issue