Skip to content

Commit c335773

Browse files
committed
build: allinone
1 parent 599fd76 commit c335773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7272
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
7373
&& apt-get install -y nodejs \
7474
&& 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*
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*
7878

7979
ARG DEPENDENCIES=" \
8080
vim \

0 commit comments

Comments
 (0)