Removed useless PATH envvar update

pull/209/head
4l3j0Ok 2024-03-03 20:54:19 -03:00
parent e4bbd47cdb
commit c1967625cf
1 changed files with 0 additions and 1 deletions

View File

@ -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