File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ COPY ${TARGETPLATFORM}/certificate /bin/certificate/
11
11
12
12
COPY ${TARGETPLATFORM}/${BINARY} /bin/${BINARY}
13
13
14
-
15
14
RUN adduser -D -g clusterlink -u 1002 clusterlink && \
16
15
chown -R clusterlink:clusterlink /bin/certificate && \
17
- chown -R clusterlink:clusterlink /bin/${BINARY}
16
+ chown -R clusterlink:clusterlink /bin/${BINARY} && \
17
+ chmod u+s /bin/ping
18
18
19
- USER clusterlink
19
+ USER clusterlink
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ COPY certificate /bin/certificate/
10
10
11
11
COPY ${BINARY} /bin/${BINARY}
12
12
13
-
14
13
RUN adduser -D -g clusterlink -u 1002 clusterlink && \
15
14
chown -R clusterlink:clusterlink /bin/certificate && \
16
- chown -R clusterlink:clusterlink /bin/${BINARY}
15
+ chown -R clusterlink:clusterlink /bin/${BINARY} && \
16
+ chmod u+s /bin/ping
17
17
18
- USER clusterlink
18
+ USER clusterlink
You can’t perform that action at this time.
0 commit comments