Add Dockerfile
Some checks failed
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
Aliberk Sandıkçı 2024-11-11 22:58:10 +03:00
parent 74ebe95d84
commit 2258c29d38

6
Dockerfile Normal file
View 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