perl: avoid file differences caused by .git_patch
This commit is contained in:
parent
c98b2c0fa5
commit
99b95a5155
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ARG PERLTIDY_SHA256=50496a6952904ef28f495919fc0a67801a63c87779c61308ce1ca5b32467
|
|||
|
||||
RUN --mount=type=cache,id=common,target=/media/common,sharing=locked \
|
||||
--mount=type=tmpfs,target=/tmp : \
|
||||
&& acquire from=github repo=Perl/perl5 dest=/perl env=PERL \
|
||||
&& acquire from=github repo=G4Vi/perl5 dest=/perl env=PERL \
|
||||
\
|
||||
&& name=perltidy \
|
||||
&& remote_fn="Perl-Tidy-$PERLTIDY_VERSION.tar.gz" \
|
||||
|
|
Loading…
Reference in a new issue