Skip to content
Snippets Groups Projects
Commit 790e25e3 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

curl is there

parent d1c4780e
No related branches found
No related tags found
No related merge requests found
Pipeline #652 canceled with stages
in 4 minutes
#!/usr/bin/env bash
apt-get install -y curl python python-pip python-dev python-setuptools build-essential git libffi-dev libyaml-dev libev4 libev-dev
apt-get install -y python python-pip python-dev python-setuptools build-essential git libffi-dev libyaml-dev libev4 libev-dev
pip install --upgrade pip==1.5.6
pip install --upgrade setuptools==5.5.1
......
#!/usr/bin/env bash
apt-get install -y curl python python-pip python-dev python-setuptools build-essential git libffi-dev libyaml-dev libev4 libev-dev libpq-dev
apt-get install -y python python-pip python-dev python-setuptools build-essential git libffi-dev libyaml-dev libev4 libev-dev libpq-dev
pip install --upgrade pip==1.5.6
pip install --upgrade setuptools==5.5.1
pip install --upgrade cffi
......
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