summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-11-27 16:28:17 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-11-27 16:28:17 +0100
commit0f99360820cde79cc25afa7fce740e5cb865b09c (patch)
tree1cd6beb43fe09a97b1d05488dea82995241b0e7f
parent5f0222329142476bdb8aafe636eaff1e88af4044 (diff)
parent319977cde7d33fcccf6fe7e56a86bdcac64f1128 (diff)
downloadmullvadvpn-0f99360820cde79cc25afa7fce740e5cb865b09c.tar.xz
mullvadvpn-0f99360820cde79cc25afa7fce740e5cb865b09c.zip
Merge branch 'remove-gconf2-cruft-from-readme'
-rw-r--r--Dockerfile1
-rw-r--r--README.md2
2 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index d4e9a14022..c195a6c73b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,6 @@ RUN apt install build-essential \
gcc \
libdbus-1-dev \
rpm \
- gconf2 \
go2 \
binutils \
curl \
diff --git a/README.md b/README.md
index cdf762ed78..7fcc51058d 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,6 @@ The host has to have the following installed:
```bash
# For building the daemon
sudo apt install gcc libdbus-1-dev
-# For running the frontend app
-sudo apt install gconf2
# For building the installer
sudo apt install rpm
```