Remove docker prereqs scripts that only install a package. Add informational message for this. (#14661)

This commit is contained in:
Michaël Arnauts 2018-05-28 16:17:01 +02:00 committed by Paulus Schoutsen
parent bff1e1ff6c
commit 799ae894a8
3 changed files with 8 additions and 32 deletions

View file

@ -1,11 +0,0 @@
#!/bin/bash
# Sets up ffmpeg.
# Stop on errors
set -e
PACKAGES=(
ffmpeg
)
apt-get install -y --no-install-recommends ${PACKAGES[@]}

View file

@ -1,11 +0,0 @@
#!/bin/bash
# Sets up iperf3.
# Stop on errors
set -e
PACKAGES=(
iperf3
)
apt-get install -y --no-install-recommends ${PACKAGES[@]}