Skip to content

Commit

Permalink
dependencies for curlconverter
Browse files Browse the repository at this point in the history
  • Loading branch information
kudj committed Oct 17, 2024
1 parent 0ad28d7 commit 42feb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sync-actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY requirements.txt /code/requirements.txt
COPY flake8.cfg /code/flake8.cfg

# install gcc to be able to build packages - e.g. required by regex, dateparser, also required for pandas
RUN apt-get update && apt-get install -y build-essential curl
RUN apt-get update && apt-get install -y build-essential curl gcc g++

# Install curlconverter using npm
RUN npm install --global curlconverter
Expand Down

0 comments on commit 42feb2f

Please sign in to comment.