From 0250e2c30bf7116da91ac7372d63e7f3620f5510 Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 11 Jan 2022 23:23:11 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7081b91..b3635b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM archlinux +COPY resolv.conf /etc/resolv.conf + RUN pacman-key --init \ && pacman-key --recv-key 7A6646A6C14690C0 \ && pacman-key --lsign-key 7A6646A6C14690C0 \ @@ -9,7 +11,6 @@ RUN pacman-key --init \ COPY pacman.conf /etc/pacman.conf COPY makepkg.conf /etc/makepkg.conf COPY mirrorlist /etc/pacman.d/mirrorlist -COPY resolv.conf /etc/resolv.conf RUN pacman -Sy --noconfirm \ base \