Mercurial > sat_docs
view docker/primitivus/Dockerfile @ 135:7272eafd0fad
Backed out changeset 4549cf265131
The hack to avoid launching the backend is not clean, and can confuse user if a frontend is removed. Doesn't seem like a sane solution.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 19 Jul 2018 21:23:14 +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"]