Skip to content

Commit 1ce9a07

Browse files
committed
disable fake udev
1 parent 62a652e commit 1ce9a07

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88
LABEL maintainer="thelamer"
99

1010
# title
11-
ENV TITLE=DoubleCommander
11+
ENV TITLE=DoubleCommander \
12+
NO_GAMEPAD=true
1213

1314
ARG DEBIAN_FRONTEND="noninteractive"
1415

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88
LABEL maintainer="thelamer"
99

1010
# title
11-
ENV TITLE=DoubleCommander
11+
ENV TITLE=DoubleCommander \
12+
NO_GAMEPAD=true
1213

1314
ARG DEBIAN_FRONTEND="noninteractive"
1415

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
424424

425425
## Versions
426426

427+
* **28.07.25:** - Fix CPU usage bug by disabling fake udev.
427428
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
428429
* **05.07.24:** - Add rar, 7zip, ace, and arj archive support.
429430
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon, rebase to bookworm.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ init_diagram: |
103103
"doublecommander:latest" <- Base Images
104104
# changelog
105105
changelogs:
106+
- {date: "28.07.25:", desc: "Fix CPU usage bug by disabling fake udev."}
106107
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
107108
- {date: "05.07.24:", desc: "Add rar, 7zip, ace, and arj archive support."}
108109
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon, rebase to bookworm."}

0 commit comments

Comments
 (0)