mirror of
https://github.com/xxh/xxh
synced 2024-11-15 00:37:05 +00:00
5 lines
214 B
Python
Executable file
5 lines
214 B
Python
Executable file
#!/usr/bin/env xonsh
|
|
|
|
mkdir -p build
|
|
docker build . -f xxh-portable-musl-alpine.Dockerfile -t tmp/xxh-portable-musl-alpine #--no-cache --force-rm
|
|
docker run --rm -v $PWD/build:/result tmp/xxh-portable-musl-alpine
|