From aedd09aa46dafcb00d645a0b724b2eedbf0166c3 Mon Sep 17 00:00:00 2001 From: tavo Date: Mon, 11 Nov 2024 23:25:08 -0600 Subject: [PATCH] explicit --- dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index adaf58d..38e9917 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux:latest +FROM docker.io/library/archlinux:latest RUN pacman -Syu --noconfirm && \ pacman -S --noconfirm sudo exa curl ffmpeg imagemagick groff openssh base-devel git neovim emacs python python-pip python-virtualenv go go-tools clang nodejs npm php texlive-core texlive-fontsextra r && \