From c1967625cfd393efe651395b712bff27d957ed70 Mon Sep 17 00:00:00 2001 From: 4l3j0Ok Date: Sun, 3 Mar 2024 20:54:19 -0300 Subject: [PATCH] Removed useless PATH envvar update --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca5d369..fbfb367 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \ # Install Shaka Packager RUN wget https://github.com/shaka-project/shaka-packager/releases/download/v2.6.1/packager-linux-x64 -o /usr/local/bin/shaka-packager RUN chmod +x /usr/local/bin/shaka-packager -ENV PATH="/usr/local/bin/shaka-packager:${PATH}" # Copy the current directory contents into the container at /app. COPY . /app