Skip to content

Commit 4d60e61

Browse files
committed
fix: fix workaround
1 parent b8edc88 commit 4d60e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/steam-headless/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ ENV XMODIFIERS="@im=fcitx"
315315
# Enable AppImage execution in containers
316316
ENV APPIMAGE_EXTRACT_AND_RUN=1
317317
# temp workaround to create kwritesettings
318-
RUN echo "#!/bin/bash\nexit 0" > /usr/local/bin/kwritesettings && chmod a+rx /usr/local/bin/kwritesettings && \
318+
RUN echo "#!/bin/bash\nexit 0" > /usr/bin/kwritesettings && chmod a+rx /usr/bin/kwritesettings && \
319319
mkdir -pm755 /etc/apt/preferences.d && echo "Package: firefox*\n\
320320
Pin: version 1:1snap*\n\
321321
Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \

0 commit comments

Comments
 (0)