shell
Json
code posted
by
333yyy
created at 02 Aug 07:11, updated at 07 Aug 16:52
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash set -e # Add native library before start container if ! type "make" > /dev/null; then echo "Installing gcc and make ..." apt-get update # apt-get install -y gcc make apt-get install -y build-essential fi |
235 Bytes in 2 ms with coderay