9 lines
117 B
Bash
Executable file
9 lines
117 B
Bash
Executable file
#! /bin/sh
|
|
|
|
echo Intitiating container upgrade
|
|
|
|
apk update &&
|
|
apk upgrade &&
|
|
apk add distcc samurai cmake python3
|
|
|
|
|