Fix python3 compatibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.13
|
||||
|
||||
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy ca-certificates
|
||||
RUN apk add --no-cache python3 py3-jinja2 rspamd rspamd-controller rspamd-proxy ca-certificates
|
||||
|
||||
RUN mkdir /run/rspamd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user