diff --git a/Containerfile b/Containerfile index 8257391..1722212 100644 --- a/Containerfile +++ b/Containerfile @@ -4,12 +4,6 @@ FROM docker.io/archlinux/archlinux:latest #### # 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 RUN pacman-key --init