mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-30 00:54:25 +02:00
Removed useless PATH envvar update
This commit is contained in:
parent
e4bbd47cdb
commit
c1967625cf
@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
# Install Shaka Packager
|
# 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 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
|
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 the current directory contents into the container at /app.
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user