Skip to content

Commit

Permalink
switching to octal chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
cremuzzi committed Feb 6, 2022
1 parent e57d4c0 commit a06c300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk add --no-cache \
ttf-dejavu \
&& ln -s python3 /usr/bin/python \
&& wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl \
&& chmod a+rx /usr/local/bin/youtube-dl \
&& chmod 755 /usr/local/bin/youtube-dl \
&& adduser -u 1000 -D mpv \
&& mkdir -p /home/mpv/media \
&& mkdir -p /home/mpv/.config/pulse \
Expand Down

0 comments on commit a06c300

Please sign in to comment.