diff --git a/.drone/drone.jsonnet b/.drone/drone.jsonnet
index ac55ca13bde5094b7a3c283e550164dcedfefd6c..8925d63eaebe9630dc1034a1624eec3c66d3ed84 100644
--- a/.drone/drone.jsonnet
+++ b/.drone/drone.jsonnet
@@ -130,7 +130,7 @@ local drone = [
           CIRLCE_TOKEN: {from_secret: "circle_token"}
         },
         commands: [
-          "apk add --no-cache curl make",
+          "apk add --no-cache curl make bash",
           'curl -s --header "Content-Type: application/json" --data "{\"build_parameters\": {\"CIRCLE_JOB\": \"deploy\", \"IMAGE_NAMES\": \"$(make print-images)\"}}" --request POST https://circleci.com/api/v1.1/project/github/raintank/deployment_tools/tree/master?circle-token=$CIRCLE_TOKEN'
         ]
       }
diff --git a/.drone/drone.yml b/.drone/drone.yml
index 5bfdf7831ae65e7dac1f6143d51bad64d0524f30..e049e2c3ecac9b5c6e94feda75ee835521416ace 100644
--- a/.drone/drone.yml
+++ b/.drone/drone.yml
@@ -429,7 +429,7 @@ kind: pipeline
 name: deploy
 steps:
 - commands:
-  - apk add --no-cache curl make
+  - apk add --no-cache curl make bash
   - 'curl -s --header "Content-Type: application/json" --data "{"build_parameters":
     {"CIRCLE_JOB": "deploy", "IMAGE_NAMES": "$(make print-images)"}}" --request POST
     https://circleci.com/api/v1.1/project/github/raintank/deployment_tools/tree/master?circle-token=$CIRCLE_TOKEN'