Use python3 instead of python3.10 in Dockerfile to fix docker builds

This commit is contained in:
Aditya Toshniwal
2023-05-17 11:34:14 +05:30
parent 16e8df8f78
commit 40b916dc2e

View File

@@ -205,7 +205,7 @@ RUN apk add \
chown pgadmin:root /pgadmin4/config_distro.py && \
chmod g=u /pgadmin4/config_distro.py && \
chmod g=u /etc/passwd && \
setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/python3.10 && \
setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/python3 && \
echo "pgadmin ALL = NOPASSWD: /usr/sbin/postfix start" > /etc/sudoers.d/postfix && \
echo "pgadminr ALL = NOPASSWD: /usr/sbin/postfix start" >> /etc/sudoers.d/postfix