From 9ea7eb0ab8592206b059296a65615fbf2916dd61 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 26 Oct 2022 15:38:35 -0400 Subject: [PATCH] Dockerfile: fix container build, update base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d56bf25..19b7123 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -ARG BASE=ghcr.io/void-linux/void-linux:20210312rc01-thin-x86_64-musl +ARG BASE=ghcr.io/void-linux/void-linux:20220530RC01-full-x86_64-musl FROM ${BASE} -RUN xbps-install -yMU git bash curl util-linux findutils +RUN xbps-install -yMu xbps && xbps-install -yMU git bash curl util-linux findutils COPY void-updates.sh /usr/local/bin/void-updates COPY entrypoint.sh /entrypoint