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 <