diff options
Diffstat (limited to 'build-containers/arch/Containerfile')
| -rw-r--r-- | build-containers/arch/Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-containers/arch/Containerfile b/build-containers/arch/Containerfile index aacf2a2..d732580 100644 --- a/build-containers/arch/Containerfile +++ b/build-containers/arch/Containerfile @@ -1,4 +1,4 @@ -FROM ogarcia/archlinux:latest +FROM docker.io/ogarcia/archlinux:latest RUN pacman -Syu --noconfirm \ make \ |