WIP: Draft: Resolve "Use gnumake for uniform dev build system and GitLab CI" #213

Draft
savau wants to merge 540 commits from 145-build-system-rewrite into master
Showing only changes of commit b0e17845f4 - Show all commits

View File

@ -2,8 +2,13 @@
FROM debian:12.5
RUN apt-get -y update
# Basic dependencies
RUN apt-get -y install curl npm
# Build and watch dependencies
RUN apt-get -y install exiftool
# RUN npm install -g n
# RUN n 14.19.1