Remove docker prereqs scripts that only install a package. Add informational message for this. (#14661)
This commit is contained in:
parent
bff1e1ff6c
commit
799ae894a8
3 changed files with 8 additions and 32 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Sets up ffmpeg.
|
||||
|
||||
# Stop on errors
|
||||
set -e
|
||||
|
||||
PACKAGES=(
|
||||
ffmpeg
|
||||
)
|
||||
|
||||
apt-get install -y --no-install-recommends ${PACKAGES[@]}
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Sets up iperf3.
|
||||
|
||||
# Stop on errors
|
||||
set -e
|
||||
|
||||
PACKAGES=(
|
||||
iperf3
|
||||
)
|
||||
|
||||
apt-get install -y --no-install-recommends ${PACKAGES[@]}
|
Loading…
Add table
Add a link
Reference in a new issue