Unverified Commit 144fe489 authored by Hemanth K's avatar Hemanth K Committed by GitHub
Browse files

[ci] Added curl library to the installed packages list inside...

[ci] Added curl library to the installed packages list inside dockerfile-python installation (#4129)
parent 7bf81f8c
......@@ -10,6 +10,7 @@ RUN apt-get update && \
build-essential \
gcc \
g++ \
curl \
git && \
# python environment
curl -sL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o conda.sh && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment