From 3b44f3d6339ab32da4ac6d8d5500382e65a32f4b Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 6 Jan 2024 13:45:20 -0500 Subject: [PATCH] podman and tests cope --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4e87cd..1ecc046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rakudo-star:2023.08 +FROM docker.io/rakudo-star:2023.08 # Move it WORKDIR /opt @@ -11,6 +11,10 @@ COPY templates/ ./templates/ RUN apt-get update RUN apt-get -y upgrade RUN apt-get -y install libssl-dev libarchive-dev +# Tests failing cope +RUN zef -v install --force-test IO::Socket::Async::SSL \ + NativeHelpers::Callback \ + Archive::Libarchive::Raw RUN zef -v install --deps-only . # Finish setting up the environment