From 8dfaed172a7624aa0bb4dd84165286d47479e23b Mon Sep 17 00:00:00 2001 From: Josef Kudera <46950237+kudj@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:29:44 +0200 Subject: [PATCH] dependencies for curlconverter --- python-sync-actions/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sync-actions/Dockerfile b/python-sync-actions/Dockerfile index f1088b6..1e5603c 100644 --- a/python-sync-actions/Dockerfile +++ b/python-sync-actions/Dockerfile @@ -10,7 +10,7 @@ COPY flake8.cfg /code/flake8.cfg RUN apt-get update && apt-get install -y build-essential curl # Install curlconverter using npm -RUN npm install --global curlconverter +RUN npm install --global curlconverter@4.10.0 RUN pip install flake8