web/_site/Dockerfile

7 lines
139 B
Text
Raw Normal View History

2024-11-15 19:36:06 +03:00
FROM bitnami/minideb:bookworm-arm64
RUN apt update -y
RUN apt upgrade -y
RUN apt install nodejs sshpass ruby jekyll ruby-html-proofer -y