mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-07 06:37:23 +02:00
Try copying underlying /etc/resolv.conf
This commit is contained in:
parent
4fbd8d2d7d
commit
13793e559d
@ -8,6 +8,7 @@ RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effecti
|
|||||||
|
|
||||||
FROM scratch AS base
|
FROM scratch AS base
|
||||||
COPY --from=verify /rootfs/ /
|
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
|
# manually run all alpm hooks that can't be run inside the fakechroot
|
||||||
RUN ldconfig && update-ca-trust && locale-gen
|
RUN ldconfig && update-ca-trust && locale-gen
|
||||||
|
Loading…
Reference in New Issue
Block a user