web/Dockerfile
asandikci 2258c29d38
Some checks failed
Build and Deploy / build (push) Has been cancelled
Add Dockerfile
2024-11-11 22:58:10 +03:00

6 lines
139 B
Docker

FROM bitnami/minideb:bookworm-arm64
RUN apt update -y
RUN apt upgrade -y
RUN apt install nodejs sshpass ruby jekyll ruby-html-proofer -y