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-09-01 14:48:55 +00:00
Code
Issues
Releases
Wiki
Activity
Files
69cb33b26c9f5036d5380b8c42be2bd82354faaf
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 15:58:03 -07: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 15:31:33 -07:00
exec
dapper -d -s
Reference in New Issue
Copy Permalink