Mercurial > sat_docs
comparison docker_legacy/jp/Dockerfile @ 164:29873a41aae1
docker: new docker files are now in sat main repos, this one is legacy
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Jan 2021 18:33:52 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
163:a63f6d360326 | 164:29873a41aae1 |
---|---|
1 ############################################################### | |
2 # # | |
3 # Salut à Toi/jp # | |
4 # This Dockerfile build jp CLI frontend for Salut à Toi # | |
5 # Salut à Toi is a multi-frontends multi-purposes XMPP client # | |
6 # # | |
7 ############################################################### | |
8 | |
9 FROM salutatoi/base:latest | |
10 | |
11 MAINTAINER Goffi <goffi@goffi.org> | |
12 | |
13 ######## | |
14 # BASE # | |
15 ######## | |
16 | |
17 RUN apt-get install -y --no-install-recommends python-progressbar && apt-get clean && \ | |
18 | |
19 ######### | |
20 # D-Bus # | |
21 ######### | |
22 | |
23 # we create a wrapper to set the session bus address | |
24 cp /usr/local/bin/dbus_wrap /usr/local/bin/jp | |
25 | |
26 ########## | |
27 # LAUNCH # | |
28 ########## | |
29 | |
30 USER sat | |
31 | |
32 ENTRYPOINT ["jp"] |