mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
6 lines
126 B
Bash
Executable File
6 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 .
|