From 36e492c57be37675649c4b427b108ab312665326 Mon Sep 17 00:00:00 2001 From: John Franey <1728528+johnfraney@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:22:15 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0683c74..0cf5887 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,10 @@ # Container image that runs your code FROM johnfraney/docker-python-imagemagick7 +ENV PATH="/root/.local/bin:${PATH}" + +RUN pipx ensurepath + # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh