main
sh 10 lines 239 Bytes
Raw
1 #!/bin/bash
2 set -e
3
4 echo "====================BASE PACKAGES2 START===================="
5
6
7 apt-get install -y --no-install-recommends \
8 openssh-server ffmpeg supervisor
9
10 echo "====================BASE PACKAGES2 END===================="