Funny pip decouples from os packages with no hint what's missing.

This commit is contained in:
PhilipWafula 2021-03-30 10:22:29 +03:00
parent d71e87198e
commit bbba6f48e2
Signed by untrusted user: mango-habanero
GPG Key ID: B00CE9034DA19FB7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ WORKDIR /usr/src
ARG pip_extra_index_url_flag='--extra-index-url https://pip.grassrootseconomics.net:8433'
RUN apt-get update && \
apt install -y gcc gnupg libpq-dev wget make g++ gnupg bash procps git python-pycurl
apt install -y gcc gnupg libpq-dev wget make g++ gnupg bash procps git python-pycurl libcurl4-openssl-dev libssl-dev
# create secrets directory
RUN mkdir -vp pgp/keys