Skip to content

Commit 3cd10be

Browse files
committed
fix perms on rust binaries
1 parent bc91c2e commit 3cd10be

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN \
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 && \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN \
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 && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ init_diagram: |
7272
"mstream:latest" <- Base Images
7373
# changelog
7474
changelogs:
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."}

0 commit comments

Comments
 (0)