]> Untitled Git - lemmy.git/commitdiff
use apk
authorFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 17:31:28 +0000 (18:31 +0100)
committerFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 17:31:28 +0000 (18:31 +0100)
.drone.yml

index 763de02ca1e6c4d5154e30e762e94d380c3a92c6..35f83d28aa5062ceaae7a7b968b8172f2df3dddf 100644 (file)
@@ -83,8 +83,7 @@ steps:
   - name: run federation tests
     image: node:15-alpine3.12
     commands:
-      - apt-get update
-      - apt-get -y install --no-install-recommends bash curl
+      - apk add bash curl
       - cd api_tests/
       - sh prepare-drone-federation-test.sh
       - yarn