Skip to content

Commit 272a830

Browse files
committed
disable gamepad
1 parent 1cb8bf5 commit 272a830

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

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

1212
# title
13-
ENV TITLE=darktable
13+
ENV TITLE=darktable \
14+
NO_GAMEPAD=true
1415

1516
RUN \
1617
echo "**** add icon ****" && \

Dockerfile.aarch64

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

1212
# title
13-
ENV TITLE=darktable
13+
ENV TITLE=darktable \
14+
NO_GAMEPAD=true
1415

1516
RUN \
1617
echo "**** add icon ****" && \

0 commit comments

Comments
 (0)