Skip to content

Commit

Permalink
give execution permissions to aria.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JaskaranSM committed Jan 1, 2020
1 parent 22d5797 commit f11e9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt -qq install -y aria2 python3 python3-pip locales
COPY requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt
COPY . .
RUN chmod +x aria.sh
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
Expand Down

1 comment on commit f11e9a2

@lzzy12
Copy link
Owner

@lzzy12 lzzy12 commented on f11e9a2 Jan 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #15 for Windows users where file looses permissions

Please sign in to comment.