Skip to content

Commit a06c300

Browse files
committed
switching to octal chmod
1 parent e57d4c0 commit a06c300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk add --no-cache \
1616
ttf-dejavu \
1717
&& ln -s python3 /usr/bin/python \
1818
&& wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl \
19-
&& chmod a+rx /usr/local/bin/youtube-dl \
19+
&& chmod 755 /usr/local/bin/youtube-dl \
2020
&& adduser -u 1000 -D mpv \
2121
&& mkdir -p /home/mpv/media \
2222
&& mkdir -p /home/mpv/.config/pulse \

0 commit comments

Comments
 (0)