ensure permissions on ffmpeg link
This commit is contained in:
parent
3a976ea8ad
commit
19b3034c2b
1 changed files with 1 additions and 2 deletions
|
@ -12,9 +12,8 @@ RUN chown -R airsonic:airsonic ${AIRSONIC_DIR}
|
|||
|
||||
RUN mkdir -p $AIRSONIC_DIR/data/transcode
|
||||
RUN ln -s /usr/bin/ffmpeg $AIRSONIC_DIR/data/transcode/ffmpeg
|
||||
RUN ln -s /usr/bin/lame $AIRSONIC_DIR/data/transcode/lame
|
||||
RUN chmod +x $AIRSONIC_DIR/data/transcode/ffmpeg
|
||||
RUN chmod +x $AIRSONIC_DIR/data/transcode/lame
|
||||
RUN chown airsonic:airsonic $AIRSONIC_DIR/data/transcode/ffmpeg
|
||||
|
||||
ADD /rootfs /
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue