mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 14:44:41 +01:00
Remove unnecessary dependencies
This commit is contained in:
15
install.sh
Normal file
15
install.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
# Install dependents
|
||||
# libgl1-mesa-glx is installed since the bridge requires libgl and we removed the qt dependencies
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends socat pass libgl1-mesa-glx
|
||||
|
||||
# Install protonmail bridge
|
||||
apt-get install -y --no-install-recommends /protonmail/protonmail.deb
|
||||
|
||||
# Cleanup
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
rm /protonmail/protonmail.deb
|
||||
Reference in New Issue
Block a user