Skip to content
Snippets Groups Projects
Verified Commit ca835d3c authored by Varac's avatar Varac
Browse files

Install curl-dev in CI image for pycurl

parent 6a03ebda
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ RUN apk --no-cache add \
chromium \
chromium-chromedriver \
curl \
# needed for installing pycurl python module
curl-dev \
gcc \
libffi-dev \
make \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment