Skip to content

Commit

Permalink
cpl: dockerfile su_exec
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Sep 25, 2024
1 parent dfb26fc commit b070475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ RUN mkdir -p $TARGETPATH; \
# sh /src/v-misc/build.sh cache; \
\
test "yes" != "$COMPILE_MISC" && exit 0 || echo doMake; \
sh /src/u-misc/build.sh su-exec; \
sh /src/u-misc/build.sh su_exec; \
sh /src/u-misc/build.sh lrzsz; \
sh /src/u-misc/build.sh n2n; \
sh /src/u-misc/build.sh tinc; \
Expand Down

0 comments on commit b070475

Please sign in to comment.