fix: Regression test for #2066 (#2096)

* fix: Regression test for #2066

- Test `Dockerfile_test_issue_2066` fails on main@28432d3c

* np: Comment
This commit is contained in:
Gabriel Nützi 2022-05-18 12:35:35 +02:00 committed by GitHub
parent 323e616a67
commit 2789b974b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
FROM ubuntu:focal as base
RUN apt update
RUN apt install -y libbsd0
RUN apt remove -y libbsd0
RUN apt install -y libbsd0
RUN ls -al /usr/lib/x86_64-linux-gnu/libbsd.so.0
FROM base as b
# Fails on main@28432d3c before #2066, the symlink is not existing here.
RUN ls -al /usr/lib/x86_64-linux-gnu/libbsd.so.0