change base image from ubuntu to alpine
Build and Push Docker Container / build-and-push (push) Failing after 35s
Build and Push Docker Container / build-and-push (push) Failing after 35s
This commit is contained in:
+4
-1
@@ -19,7 +19,10 @@ if [[ $1 == init ]]; then
|
||||
proton-bridge --cli $@
|
||||
|
||||
else
|
||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||
# Change Permission when Folder Exists
|
||||
if [ -d "/root/.gnupg" ]; then
|
||||
chmod 700 /root/.gnupg
|
||||
fi
|
||||
|
||||
# Start protonmail
|
||||
# Fake a terminal, so it does not quit because of EOF...
|
||||
|
||||
Reference in New Issue
Block a user