4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 12:46:41 +00:00
AzuraCast/util/docker/web/setup/00_packages.sh
2023-01-13 00:46:53 -06:00

20 lines
379 B
Bash

#!/bin/bash
set -e
set -x
# Group up several package installations here to reduce overall build time
add-apt-repository -y ppa:chris-needham/ppa
add-apt-repository -y ppa:sftpgo/sftpgo
add-apt-repository -y ppa:ondrej/php
apt-get update
apt-get install -y --no-install-recommends \
audiowaveform \
nginx nginx-common openssl \
sftpgo \
tmpreaper \
zstd \
netbase