5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/ash
|
||
|
apk update
|
||
|
apk add --no-cache make gcc g++ zip git
|
||
|
|