mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 18:18:17 +00:00
5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir -p stage
|
|
cp ../../ubuntu-install-packages ./stage/
|
|
docker build -t burntsushi/cross:i686-unknown-linux-gnu .
|