Skip to content

Commit

Permalink
# xx-verify --static ${TARGETPATH}/sbin/xrdp; \
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Nov 8, 2023
1 parent a6e9bb8 commit d305802
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ RUN mkdir -p $TARGETPATH; \
sh /src/x-xrdp/build.sh b_deps; \
sh /src/x-xrdp/build.sh xrdp; \
\
find ${TARGETPATH} -type f |sort; \
xx-verify --static ${TARGETPATH}/sbin/xrdp; \
xx-verify --static ${TARGETPATH}/sbin/xrdp-chansrv; \
upx ${TARGETPATH}/sbin/xrdp; \
upx ${TARGETPATH}/sbin/xrdp-chansrv
find ${TARGETPATH} -type f |sort;
# xx-verify --static ${TARGETPATH}/sbin/xrdp; \
# xx-verify --static ${TARGETPATH}/sbin/xrdp-chansrv; \
# upx ${TARGETPATH}/sbin/xrdp; \
# upx ${TARGETPATH}/sbin/xrdp-chansrv

FROM base as dropbear
ARG COMPILE_SSH="yes"
Expand Down

0 comments on commit d305802

Please sign in to comment.