mirror of
https://github.com/xxh/xxh
synced 2025-02-16 12:28:27 +00:00
Update xxh-appimage.Dockerfile
This commit is contained in:
parent
21184256d5
commit
b0d7cfe059
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue