Mercurial > sat_docs
view docker/primitivus/Dockerfile @ 142:2602c690806b
flatpak (sat_wrapper): don't use packages from $HOME in PYTHONPATH to avoid conflicts:
before this change, packages from ~/.local/lib/python2.7/site-packages when included, and
this could conflict with the ones from Flatpak, resulting in unwanted side effects (e.g.
OMEMO not available).
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 23 Jun 2019 19:45:37 +0200 |
parents | b69056368901 |
children |
line wrap: on
line source
##################################################################### # # # Salut à Toi/Primitivus # # This Dockerfile build Primitivus console frontend for Salut à Toi # # Salut à Toi is a multi-frontends multi-purposes XMPP client # # # ##################################################################### FROM salutatoi/base:latest MAINTAINER Goffi <goffi@goffi.org> ######### # D-Bus # ######### # we create a wrapper to set the session bus address RUN cp /usr/local/bin/dbus_wrap /usr/local/bin/primitivus ########## # LAUNCH # ########## USER sat ENTRYPOINT ["primitivus"]