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

Added OPAM dependencies.

parent 098dfc7d
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
before_script: before_script:
- apt-get -qq update - apt-get -qq update
- apt-cache search libmariadb - 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 - /usr/bin/virtualenv venv
- . venv/bin/activate - . venv/bin/activate
- opam init -y - opam init -y
......
...@@ -10,6 +10,7 @@ RUN set -ex \ ...@@ -10,6 +10,7 @@ RUN set -ex \
&& apt-get update -q \ && apt-get update -q \
&& apt-get install -y -q --no-install-recommends \ && apt-get install -y -q --no-install-recommends \
supervisor \ supervisor \
opam \
redis-server \ redis-server \
libsndfile1 \ libsndfile1 \
ffmpeg \ ffmpeg \
......
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