ensure permissions on ffmpeg link
This commit is contained in:
parent
3a976ea8ad
commit
19b3034c2b
@ -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…
Reference in New Issue
Block a user