mirror of
https://github.com/xxh/xxh
synced 2024-11-26 05:40:16 +00:00
6 lines
214 B
Python
6 lines
214 B
Python
|
#!/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
|