We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8b810 commit 9942076Copy full SHA for 9942076
packages/artillery/lib/platform/aws-ecs/worker/Dockerfile
@@ -54,6 +54,7 @@ RUN npm install -w artillery --ignore-scripts --omit=dev
54
RUN npm install aws-lambda-ric
55
56
RUN npm cache clean --force \
57
+ && rm ./package.json \
58
&& rm -rf /root/.cache \
59
&& ln -s /artillery/node_modules/.bin/artillery /usr/local/bin/artillery \
60
&& rm -rf /ms-playwright/firefox* \
0 commit comments