Skip to content

Commit eb03f4f

Browse files
waterkipzakame
authored andcommitted
Change WORKDIR from / to /usr/src/app
What changed is that in bookworm the lib dir has become a symlink to /usr/lib. This prevents `COPY . .` to copy over our lib dir to the layer. For more information: * https://wiki.debian.org/NewInBookworm * https://wiki.debian.org/UsrMerge * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978636: Closes: Perl#140 Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
1 parent f8cd8aa commit eb03f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,6 @@ =head1 DESCRIPTION
318318
&& rm -fr /root/.cpanm /usr/src/perl /usr/src/{{cpanm_dist_name}}* /tmp/* \
319319
&& cpanm --version && cpm --version
320320
321-
WORKDIR /
321+
WORKDIR /usr/src/app
322322
323323
CMD ["perl{{version}}","-de0"]

0 commit comments

Comments
 (0)