Update xxh-portable-musl-alpine.Dockerfile

This commit is contained in:
Andy Kipp 2024-04-07 01:31:45 +02:00 committed by GitHub
parent efab761e64
commit 9b0cf46b75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ RUN nuitka3 --python-flag=no_site --python-flag=no_warnings --show-progress --st
RUN ls -la
WORKDIR xxh.dist
RUN ls -la
RUN ./xxh.bin -V
RUN cp xxh.bin /package/xxh && cp /xxh/xxh/xxh_xxh/xxh.*sh /xxh/xxh/xxh_xxh/*.xxhc /package
WORKDIR /package