Commit 3b2d8db 1 parent 92f514b commit 3b2d8db Copy full SHA for 3b2d8db
File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ do_alpine() {
34
34
musl-utils \
35
35
netcat-openbsd \
36
36
opendkim-utils \
37
- python3 \
38
- py3-pip \
39
37
rsyslog \
40
38
supervisor \
41
39
tzdata
@@ -82,15 +80,12 @@ do_ubuntu() {
82
80
opendkim-tools \
83
81
postfix-lmdb \
84
82
procps \
85
- python3 \
86
- python3-pip \
87
83
rsyslog \
88
84
sasl2-bin \
89
85
supervisor \
90
86
tzdata
91
87
apt-get clean
92
- rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
93
-
88
+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
94
89
}
95
90
96
91
if [ -f /etc/alpine-release ]; then
99
94
do_ubuntu
100
95
fi
101
96
102
- # masl is needed for the sasl-xoauth2-tool.
103
- PIP=pip
104
- if command -v pip3 > /dev/null 2>&1 ; then
105
- PIP=pip3
106
- fi
107
- $PIP install --break-system-packages msal
108
-
109
97
# Some services (eg. cron) will complain if this file does not exists, even if it's empty.
110
98
# The file is usually generated by update-locales, which is ran automatically when you do
111
99
# `apt-get install locales`. So instead of adding another package, which at the moment we
You can’t perform that action at this time.
0 commit comments