Fix python3 compatibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.13
|
||||
|
||||
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python py-jinja2
|
||||
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python3 py3-jinja2
|
||||
|
||||
COPY conf /conf
|
||||
COPY start.py /start.py
|
||||
|
||||
Reference in New Issue
Block a user