Initial import
This commit is contained in:
17
tests/01-install-requires.sh
Executable file
17
tests/01-install-requires.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker compose exec tests sh -c "
|
||||
apt-get update \
|
||||
&& apt-get -y install --no-install-suggests \
|
||||
curl \
|
||||
git-core \
|
||||
iproute2 \
|
||||
iputils-ping \
|
||||
jq \
|
||||
libarchive-tools \
|
||||
locales \
|
||||
python3-yaml \
|
||||
ssh \
|
||||
sudo \
|
||||
tzdata \
|
||||
"
|
||||
Reference in New Issue
Block a user