From a2f47d2a92e28421a4903a6c7dcd73904583bd07 Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Sat, 30 Dec 2023 22:23:22 +0100 Subject: [PATCH] Simplified build #2213 --- tools/inotify-tools/Dockerfile.template | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/tools/inotify-tools/Dockerfile.template b/tools/inotify-tools/Dockerfile.template index e7e6405f4b..f4cff01e50 100644 --- a/tools/inotify-tools/Dockerfile.template +++ b/tools/inotify-tools/Dockerfile.template @@ -1,6 +1,10 @@ #syntax=docker/dockerfile:1.6.0 -FROM ubuntu:22.04 AS build +FROM nicholasdille/ubuntu:22.04 AS prepare +COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \ + /etc/profile.d/ \ + /etc/profile.d/ +SHELL [ "bash", "-clo", "errexit" ] RUN <