needs apt-get then

This commit is contained in:
Felix Ableitner 2020-12-10 20:00:27 +01:00
parent 580e397525
commit 861e38d157

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