needs apt-get then

pull/1335/head
Felix Ableitner 2020-12-10 20:00:27 +01:00
parent 580e397525
commit 861e38d157
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ steps:
image: node:15-buster-slim
user: root
commands:
- apk add bash curl
- apt-get update
- apt-get -y install --no-install-recommends bash curl
- cd api_tests/
- sh prepare-drone-federation-test.sh
- yarn