Skip to content

Commit

Permalink
freeze curlconverter version
Browse files Browse the repository at this point in the history
  • Loading branch information
kudj committed Oct 17, 2024
1 parent e4f1ed4 commit ffb3289
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions python-sync-actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,17 @@ RUN apt-get update && \
RUN apt-get install -y build-essential

# Install curlconverter using npm
RUN npm install --global curlconverter
RUN npm install --global curlconverter@4.10.0

COPY /src /code/src/
COPY /tests /code/tests/
COPY requirements.txt /code/requirements.txt
COPY flake8.cfg /code/flake8.cfg

# Install curlconverter using npm
RUN npm install --global [email protected]


RUN pip install flake8

RUN pip install -r /code/requirements.txt



WORKDIR /code/


CMD ["python", "-u", "/code/src/component.py"]

0 comments on commit ffb3289

Please sign in to comment.