From 803aa6ff62c750f3940fab750a97920d356a6c9d Mon Sep 17 00:00:00 2001 From: hveldstra Date: Thu, 10 Oct 2024 11:27:44 +0100 Subject: [PATCH] dep: remove Python 2 from the image --- packages/artillery/lib/platform/aws-ecs/worker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/artillery/lib/platform/aws-ecs/worker/Dockerfile b/packages/artillery/lib/platform/aws-ecs/worker/Dockerfile index 73af16c0f3..0b7c3b860c 100644 --- a/packages/artillery/lib/platform/aws-ecs/worker/Dockerfile +++ b/packages/artillery/lib/platform/aws-ecs/worker/Dockerfile @@ -23,7 +23,7 @@ ARG WORKER_VERSION ENV WORKER_VERSION=$WORKER_VERSION # Additional dependencies for Fargate -RUN apt-get install -y bash jq pwgen curl git zip tree python2-minimal +RUN apt-get install -y bash jq pwgen curl git zip tree # Define custom function directory ARG FUNCTION_DIR="/artillery"