mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 00:17:10 +00:00
Fix deb image
This commit is contained in:
parent
6d4c8eee6c
commit
aaa5e6153b
@ -15,7 +15,7 @@ apt-get install -y wget binutils xz-utils
|
||||
# Repack deb (remove unnecessary dependencies)
|
||||
mkdir deb
|
||||
cd deb
|
||||
wget -q https://protonmail.com/download/bridge/${DEB_FILE}
|
||||
wget -q https://proton.me/download/bridge/${DEB_FILE}
|
||||
ar x -v ${DEB_FILE}
|
||||
mkdir control
|
||||
tar zxvf control.tar.gz -C control
|
||||
|
||||
Loading…
Reference in New Issue
Block a user