Skip to content
Snippets Groups Projects
Commit cea724af authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Add curl to python. [skip-ci]

parent b8a4a42a
Branches
No related tags found
No related merge requests found
Pipeline #45297 skipped
......@@ -303,6 +303,7 @@ In this image:
* gcc
* libxml2
* libressl
* curl
* pip
* jinja2
* css_html_js_minify
......
......@@ -5,7 +5,7 @@ LABEL maintainer="Dmytro Bogatov <dmytro@dbogatov.org>"
# Install pip packages
RUN apk upgrade --update \
&& pip install --upgrade pip \
&& apk add bash gcc libxml2-dev libxslt-dev libc-dev libffi-dev libressl-dev musl-dev libwebp-tools build-base python3-dev \
&& apk add bash gcc libxml2-dev libxslt-dev libc-dev libffi-dev libressl-dev musl-dev libwebp-tools build-base python3-dev curl \
&& export CRYPTOGRAPHY_DONT_BUILD_RUST=1 \
&& pip3 install jinja2 css_html_js_minify lesscpy pyyaml anybadge markdown scholarly webptools awscli libsass instagram-basic-display \
&& rm -rf /tmp/* /usr/share/man /var/cache/apk/* \
......
......@@ -7,6 +7,7 @@ In this image:
* gcc
* libxml2
* libressl
* curl
* pip
* jinja2
* css_html_js_minify
......
......@@ -13,6 +13,7 @@ python3 -c "import markdown"
python3 -c "import scholarly"
python3 -c "import webptools"
python3 -c "import sass"
python3 -c "import instagram-basic-display"
python3 -c "import instagram_basic_display"
anybadge -h
aws --version
curl --help
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment