🧱 Change base image to AlmaLinux:9 to support NodeJS 18
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Zhao Zuohong 2023-01-08 23:19:38 +08:00
parent fbdc167f3d
commit 79e9b608de
1 changed files with 5 additions and 2 deletions

View File

@ -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