File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3737 chown -R abc:abc ./ && \
3838 su -s /bin/sh abc -c 'HOME=/tmp npm install --omit=dev' && \
3939 npm link && \
40+ chmod +x /app/mstream/bin/rust-parser/* && \
4041 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
4142 echo "**** cleanup ****" && \
4243 rm -rf /app/mstream/save/sync && \
Original file line number Diff line number Diff line change 3737 chown -R abc:abc ./ && \
3838 su -s /bin/sh abc -c 'HOME=/tmp npm install --omit=dev' && \
3939 npm link && \
40+ chmod +x /app/mstream/bin/rust-parser/* && \
4041 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4142 echo "**** cleanup ****" && \
4243 rm -rf /app/mstream/save/sync && \
Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
282282
283283# # Versions
284284
285+ * ** 20.04.26:** - Fix perms on rust binaries.
285286* ** 07.04.26:** - Add ffmpeg and yt-dlp.
286287* ** 06.04.26:** - Rebase to Alpine 3.23.
287288* ** 27.06.24:** - Rebase to Alpine 3.20.
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ init_diagram: |
7272 "mstream:latest" <- Base Images
7373# changelog
7474changelogs :
75+ - {date: "20.04.26:", desc: "Fix perms on rust binaries."}
7576 - {date: "07.04.26:", desc: "Add ffmpeg and yt-dlp."}
7677 - {date: "06.04.26:", desc: "Rebase to Alpine 3.23."}
7778 - {date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
You can’t perform that action at this time.
0 commit comments