diff options
| -rw-r--r-- | Dockerfile | 1 | ||||
| -rw-r--r-- | README.md | 2 |
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 \ @@ -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 ``` |
