diff --git a/fpm/.gitignore b/fpm/.gitignore new file mode 100644 index 0000000..a3c265c --- /dev/null +++ b/fpm/.gitignore @@ -0,0 +1 @@ +.ninja_log diff --git a/fpm/Containerfile b/fpm/Containerfile new file mode 100644 index 0000000..d7b5102 --- /dev/null +++ b/fpm/Containerfile @@ -0,0 +1,24 @@ +# syntax=docker/dockerfile:1 +ARG CONTAINER_REGISTRY=docker.io + +FROM $CONTAINER_REGISTRY/ubuntu:jammy-20231004 as system-ruby +RUN <