This website requires JavaScript.
Explore
Help
Register
Sign In
rancher
/
os
Watch
1
Star
0
Fork
1
You've already forked os
mirror of
https://github.com/rancher/os.git
synced
2025-06-23 21:47:03 +00:00
Code
Issues
Releases
Wiki
Activity
07faa92c7f
os
/
scripts
/
shell.sh
8 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Use the correct strip binary. Fixes native builds on ARM
2016-03-15 22:58:03 +00:00
#!/bin/bash
set
-e
cd
$(
dirname
$0
)
/..
. ./scripts/dapper-common
Dockerfile.dapper: make sure to update apt repos before fetching build deps and sources Also, use dapper -d flag in scripts/shell.sh for better visibility
2016-03-23 22:31:33 +00:00
exec
dapper -d -s
Reference in New Issue
Copy Permalink