Skip to content

Commit 952fdc1

Browse files
committed
Do not assert python3.11
1 parent bb4c269 commit 952fdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM dpage/pgadmin4:9.10
22
USER root
3-
RUN setcap -r /usr/bin/python3
3+
RUN setcap -r "$(realpath "$(which python3)")"
44
ENV PGADMIN_LISTN_ADDRESS=0.0.0.0
55
ENV PGADMIN_DISABLE_POSTFIX=true
66
ENV PGADMIN_CONFIG_UPGRADE_CHECK_ENABLED=False

0 commit comments

Comments
 (0)