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 599fd76 commit c335773Copy full SHA for c335773
Dockerfile
@@ -72,9 +72,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
72
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
73
&& apt-get install -y nodejs \
74
&& rm -rf /var/lib/apt/lists/* \
75
- chmod g-xr /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
76
- chmod g+xr /usr/bin/ld.so && \
77
- chmod g+x /usr/local/bin/python*
+ && chmod g-xr /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* \
+ && chmod g+xr /usr/bin/ld.so \
+ && chmod g+x /usr/local/bin/python*
78
79
ARG DEPENDENCIES=" \
80
vim \
0 commit comments