We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f31d57 commit 6de26a3Copy full SHA for 6de26a3
Dockerfile
@@ -75,7 +75,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
75
&& rm -rf /var/lib/apt/lists/* \
76
chmod g-xr /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
77
chmod g+xr /usr/bin/ld.so && \
78
- chmod g+x /usr/local/bin/python* && \
+ chmod g+x /usr/local/bin/python*
79
80
ARG DEPENDENCIES=" \
81
vim \
0 commit comments