comparison docker/backend-dev/Dockerfile @ 3613:443b3a784eba

docker: fix Dockerfile following repositories redirections
author Goffi <goffi@goffi.org>
date Mon, 02 Aug 2021 21:47:16 +0200
parents 73e04040d577
children 0ffaa231138c
comparison
equal deleted inserted replaced
3579:1faf2b0bb745 3613:443b3a784eba
35 hg clone https://repos.goffi.org/urwid-satext && ~/libervia_env/bin/pip install -e urwid-satext && \ 35 hg clone https://repos.goffi.org/urwid-satext && ~/libervia_env/bin/pip install -e urwid-satext && \
36 mv urwid-satext/urwid_satext.egg-info ~/libervia_env/lib/python3.*/site-packages && \ 36 mv urwid-satext/urwid_satext.egg-info ~/libervia_env/lib/python3.*/site-packages && \
37 hg clone https://repos.goffi.org/sat_tmp && ~/libervia_env/bin/pip install -e sat_tmp && \ 37 hg clone https://repos.goffi.org/sat_tmp && ~/libervia_env/bin/pip install -e sat_tmp && \
38 mv sat_tmp/sat_tmp.egg-info ~/libervia_env/lib/python3.*/site-packages && \ 38 mv sat_tmp/sat_tmp.egg-info ~/libervia_env/lib/python3.*/site-packages && \
39 hg clone https://repos.goffi.org/sat_templates && ~/libervia_env/bin/pip install -e sat_templates && \ 39 hg clone https://repos.goffi.org/sat_templates && ~/libervia_env/bin/pip install -e sat_templates && \
40 mv sat_templates/sat_templates.egg-info ~/libervia_env/lib/python3.*/site-packages && \ 40 mv sat_templates/libervia_templates.egg-info ~/libervia_env/lib/python3.*/site-packages && \
41 hg clone https://repos.goffi.org/sat_media && \ 41 hg clone https://repos.goffi.org/sat_media && \
42 hg clone https://repos.goffi.org/sat && ~/libervia_env/bin/pip install -e 'sat[SVG]' && \ 42 hg clone https://repos.goffi.org/sat && ~/libervia_env/bin/pip install -e 'sat[SVG]' && \
43 mv sat/sat.egg-info ~/libervia_env/lib/python3.*/site-packages 43 mv sat/libervia_backend.egg-info ~/libervia_env/lib/python3.*/site-packages
44 44
45 ENV DBUS_SESSION_BUS_ADDRESS=tcp:host=backend,port=55555,family=ipv4 45 ENV DBUS_SESSION_BUS_ADDRESS=tcp:host=backend,port=55555,family=ipv4
46 ENV PATH=/home/libervia/libervia_env/bin:$PATH 46 ENV PATH=/home/libervia/libervia_env/bin:$PATH
47 47
48 COPY --chown=root:root libervia.conf /etc/_libervia.conf 48 COPY --chown=root:root libervia.conf /etc/_libervia.conf