Update xxh-appimage.Dockerfile

This commit is contained in:
Andy Kipp 2021-12-20 03:17:56 +03:00 committed by GitHub
parent 21184256d5
commit b0d7cfe059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,5 +10,5 @@ WORKDIR /xxh/appimage
RUN echo '/xxh' > requirements.txt && cat pre-requirements.txt >> requirements.txt
WORKDIR /xxh
RUN python -m python_appimage build app /xxh/appimage
CMD cp /xxh/xxh-x86_64.AppImage /result && ls -sh1 /result
RUN python -m python_appimage build app -p 3.8 /xxh/appimage
CMD cp /xxh/xxh-x86_64.AppImage /result && ls -sh1 /result