Compare commits

...

3 Commits

Author SHA1 Message Date
Oskar 0250e2c30b
Update Dockerfile 2022-01-11 23:23:11 +01:00
Oskar b6eece8fad
Update Dockerfile 2022-01-11 23:20:45 +01:00
Oskar 530f0a0400
Create resolv.conf 2022-01-11 23:20:21 +01:00
2 changed files with 3 additions and 0 deletions

View File

@ -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 \

1
resolv.conf Normal file
View File

@ -0,0 +1 @@
nameserver 9.9.9.9