diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 79ce6b8..5a28eae 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -1,4 +1,4 @@ -FROM frolvlad/alpine-glibc:latest +FROM alpine:latest RUN apk add --update --no-cache \ bash sudo ca-certificates openssl openssh-client \ @@ -13,4 +13,4 @@ RUN chmod -R 777 /opt WORKDIR /home/runner CMD ["/bin/bash"] -USER runner \ No newline at end of file +USER runner diff --git a/images/actions/redot/Dockerfile b/images/actions/redot/Dockerfile index 390c7ba..5f90542 100644 --- a/images/actions/redot/Dockerfile +++ b/images/actions/redot/Dockerfile @@ -15,6 +15,7 @@ RUN apk add --no-cache \ mesa-dev \ eudev-dev \ alsa-lib-dev \ + fontconfig \ pulseaudio-dev RUN wget $( \