aboutsummaryrefslogtreecommitdiff
path: root/worker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'worker/Dockerfile')
-rw-r--r--worker/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/worker/Dockerfile b/worker/Dockerfile
index c93fa2c..5207d69 100644
--- a/worker/Dockerfile
+++ b/worker/Dockerfile
@@ -5,8 +5,6 @@ FROM docker:dind AS worker_dependencies
# -- <ci_worker> --
FROM img.liz.coffee/emprespresso/ci_base:release AS worker
-RUN apt-get update && apt-get install -yqq git jq
-
ENV PIPELINE_PATH=/app/worker/dist/scripts
RUN chmod +x /app/worker/dist/scripts/*