This commit is contained in:
parent
74ebe95d84
commit
2258c29d38
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM bitnami/minideb:bookworm-arm64
|
||||
|
||||
RUN apt update -y
|
||||
RUN apt upgrade -y
|
||||
RUN apt install nodejs sshpass ruby jekyll ruby-html-proofer -y
|
||||
|
Loading…
Reference in a new issue