From 59d7df6d14b6efc88f41295a532759f8e4cd0e57 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 30 May 2022 16:10:03 -0500 Subject: [PATCH] Abandoning the custom repo idea for simplicity's sake --- Containerfile | 6 ------ 1 file changed, 6 deletions(-) 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