[IMP]Flectra : use own gitea repository

This commit is contained in:
Fabien BOURGEOIS 2018-11-08 17:08:11 +01:00
parent 0110789f4c
commit 405b2148dc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ WORKDIR /opt/flectra
# Default user
USER flectra
RUN mkdir pipcache data backups extra-addons custom-addons
RUN git clone -b ${FLECTRA_BRANCH} --depth 1 https://gitlab.com/flectra-hq/flectra
RUN git clone -b ${FLECTRA_BRANCH} --depth 1 https://git.yaltik.net/Yaltik/flectra.git
RUN pip3 install --user -U pip
RUN .local/bin/pip3 install --user -r flectra/requirements.txt