Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Removed dependenceis required only under a virtualenv #5

Open
wants to merge 1 commit into
base: bionic
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be installed inside the conatiner.

### 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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down