🧱 Change base image to AlmaLinux:9 to support NodeJS 18
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
fbdc167f3d
commit
79e9b608de
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
FROM debian:bullseye-slim
|
FROM almalinux:9
|
||||||
RUN apt update && apt install --no-install-recommends -y git git-restore-mtime pandoc npm nodejs
|
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
|
WORKDIR /data
|
||||||
|
|
Loading…
Reference in a new issue