We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8edc88 commit 4d60e61Copy full SHA for 4d60e61
apps/steam-headless/Dockerfile
@@ -315,7 +315,7 @@ ENV XMODIFIERS="@im=fcitx"
315
# Enable AppImage execution in containers
316
ENV APPIMAGE_EXTRACT_AND_RUN=1
317
# temp workaround to create kwritesettings
318
-RUN echo "#!/bin/bash\nexit 0" > /usr/local/bin/kwritesettings && chmod a+rx /usr/local/bin/kwritesettings && \
+RUN echo "#!/bin/bash\nexit 0" > /usr/bin/kwritesettings && chmod a+rx /usr/bin/kwritesettings && \
319
mkdir -pm755 /etc/apt/preferences.d && echo "Package: firefox*\n\
320
Pin: version 1:1snap*\n\
321
Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
0 commit comments