Skip to content

Commit

Permalink
dep: remove Python 2 from the image
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Oct 10, 2024
1 parent e644753 commit 803aa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/lib/platform/aws-ecs/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 803aa6f

Please sign in to comment.