Skip to content
Snippets Groups Projects
Commit f0625612 authored by kaiyou's avatar kaiyou
Browse files

Symlink httpd on debian

parent 08e1f847
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,9 @@ test:
alias: redis
before_script:
- apt-get update
- apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev apache2-bin libapache2-mod-auth-mellon libapache2-mod-auth-openidc
- apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev apache2-bin libapache2-mod-auth-mellon libapache2-mod-auth-openidc xmlsec1
- ln -s /usr/sbin/apache2 /usr/sbin/httpd
- ln -s /var/lib/apache2 /var/lib/httpd
- pip install poetry
- poetry install --with=dev
script:
......
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