Commit eb03f4f
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: #140
Signed-off-by: Wesley Schwengle <waterkip@cpan.org>1 parent f8cd8aa commit eb03f4f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
0 commit comments