From e1863a167acf1147239af3752511a328df6217b7 Mon Sep 17 00:00:00 2001 From: Yugesh Kothari Date: Mon, 28 May 2018 23:57:12 +0530 Subject: [PATCH] Removed dependenceis required only under a virtualenv --- Dockerfile | 6 +++--- README.md | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ec62e2..b42f815 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,8 @@ RUN apt -y install jekyll ### install man to test man pages locally inside container RUN apt -y install less man +### install xephyr to run GUI +RUN apt -y install xserver-xephyr ### install ggpg dependencies RUN apt -y install python3-gi python3-gi-cairo gir1.2-gtk-3.0 python3-pip -RUN pip3 install pygobject && \ - pip3 install vext && \ - pip3 install vext.gi +RUN pip3 install pygobject diff --git a/README.md b/README.md index 9b748fc..8c9c4ce 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,12 @@ - Fix the settings: `cd /var/ds/ggpg-bionic/ ; vim settings.sh` - - Get the proper branch of *ggpg*: `git clone --branch gnupg-2.2 https://github.com/easygnupg/ggpg` + - Get the proper branch of *ggpg*: `git clone --branch prototype https://github.com/easygnupg/ggpg` - Create the container: `ds make` + - Run the application ``python3 main.py`` + ## Other commands