diff --git a/xxh-appimage.Dockerfile b/xxh-appimage.Dockerfile index 71e65a1..9941b77 100644 --- a/xxh-appimage.Dockerfile +++ b/xxh-appimage.Dockerfile @@ -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 \ No newline at end of file +CMD cp /xxh/xxh-*.AppImage /result && ls -sh1 && echo "Result:" && ls -sh1 /result \ No newline at end of file