Try copying underlying /etc/resolv.conf

This commit is contained in:
Sven-Hendrik Haase 2020-10-18 04:47:36 +02:00
parent 4fbd8d2d7d
commit 13793e559d
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -8,6 +8,7 @@ RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effecti
FROM scratch AS base
COPY --from=verify /rootfs/ /
COPY --from=verify /etc/resolv.conf /etc/resolv.conf
# manually run all alpm hooks that can't be run inside the fakechroot
RUN ldconfig && update-ca-trust && locale-gen