7 lines
139 B
Text
7 lines
139 B
Text
|
FROM bitnami/minideb:bookworm-arm64
|
||
|
|
||
|
RUN apt update -y
|
||
|
RUN apt upgrade -y
|
||
|
RUN apt install nodejs sshpass ruby jekyll ruby-html-proofer -y
|
||
|
|