Skip to content

Commit

Permalink
Improve output #2213
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Dec 22, 2023
1 parent 1ae7402 commit ad208cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/Dockerfile.tail
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
WORKDIR ${prefix}
RUN <<EOF
find . -type f,l \
find . -type f,l -printf '%P\n' \
| grep -v "${prefix}${uniget_manifests}/${name}.txt" \
>"${prefix}${uniget_manifests}/${name}.txt"
EOF
#RUN <<EOF
#find "${prefix}" -type f -executable -exec strip --verbose --strip-all --preserve-dates {} \;
#EOF
COPY manifest.json "${prefix}${uniget_manifests}/${name}.json"

FROM scratch
Expand Down

0 comments on commit ad208cf

Please sign in to comment.