Abandoning the custom repo idea for simplicity's sake
This commit is contained in:
parent
37c921f6c6
commit
59d7df6d14
|
@ -4,12 +4,6 @@ FROM docker.io/archlinux/archlinux:latest
|
||||||
####
|
####
|
||||||
# Init
|
# Init
|
||||||
|
|
||||||
# Add tl-repo.conf to the filesystem
|
|
||||||
ADD tl-repo.conf /etc/pacman.d/tl-repo.conf
|
|
||||||
|
|
||||||
# Add the tl repo to the pacman config
|
|
||||||
RUN printf "\nInclude = /etc/pacman.d/tl-repo.conf" >> /etc/pacman.conf
|
|
||||||
|
|
||||||
# Initialize pacman keyring
|
# Initialize pacman keyring
|
||||||
RUN pacman-key --init
|
RUN pacman-key --init
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue