Skip to content
Snippets Groups Projects
Commit 706c8023 authored by Alexander Pace's avatar Alexander Pace Committed by Alexander Pace
Browse files

deps fix

parent c7866a10
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,11 @@ before_script:
libssl-dev
libxml2-dev
swig
pkg-config
libpng-dev
libfreetype6-dev
libmariadb-dev-compat
libxslt-dev
${PYTHON}-pip
# install everything else from pip
- ${PYTHON} -m pip install -r requirements.txt
......
......@@ -19,6 +19,11 @@ RUN apt-get update && \
libldap2-dev \
libsasl2-dev \
libxml2-dev \
pkg-config \
libpng-dev \
libfreetype6-dev \
libmariadb-dev-compat \
libxslt-dev \
libsqlite3-dev \
ligo-ca-certs \
mariadb-client \
......
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