Skip to content
Snippets Groups Projects
Commit ee10c566 authored by David Trattnig's avatar David Trattnig
Browse files

Added OPAM dependencies.

parent b61fbd14
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ stages:
before_script:
- apt-get -qq update
- apt-cache search libmariadb
- apt-get install -y python3-virtualenv virtualenv supervisor redis-server redis-tools libev4 libev-dev libsndfile1 quelcom # mariadb-server libmariadbclient-dev
- apt-get install -y python3-virtualenv virtualenv supervisor opam redis-server redis-tools libev4 libev-dev libsndfile1 quelcom # mariadb-server libmariadbclient-dev
- /usr/bin/virtualenv venv
- . venv/bin/activate
- opam init -y
......
......@@ -10,6 +10,7 @@ RUN set -ex \
&& apt-get update -q \
&& apt-get install -y -q --no-install-recommends \
supervisor \
opam \
redis-server \
libsndfile1 \
ffmpeg \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment