Adds missing dependency for rest testing.

This commit is contained in:
PhilipWafula 2021-03-30 05:08:15 +03:00
parent 71e864695b
commit d71e87198e
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
apt install -y gcc gnupg libpq-dev wget make g++ gnupg bash procps git python-pycurl
# create secrets directory
RUN mkdir -vp pgp/keys