diff --git a/Dockerfile b/Dockerfile index 28ba701..c24bb0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,6 @@ -FROM debian:bullseye-slim -RUN apt update && apt install --no-install-recommends -y git git-restore-mtime pandoc npm nodejs +FROM almalinux:9 +RUN dnf -y install dnf-plugin-config-manager +RUN dnf config-manager --set-enabled crb +RUN dnf -y install epel-release +RUN dnf -y install nodejs git-tools pandoc WORKDIR /data