diff --git a/docker/archlinux.dockerfile b/docker/archlinux.dockerfile index ba4c24220c8..9f92ad66e07 100644 --- a/docker/archlinux.dockerfile +++ b/docker/archlinux.dockerfile @@ -7,15 +7,6 @@ ARG BASE=archlinux/archlinux ARG TAG=base-devel FROM ${BASE}:${TAG} AS sunshine-base -# install dependencies -RUN <<_DEPS -#!/bin/bash -set -e -pacman -Syu --disable-download-timeout --needed --noconfirm \ - archlinux-keyring -pacman -Scc --noconfirm -_DEPS - # Setup builder user, arch prevents running makepkg as root RUN useradd -m builder && \ echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers @@ -40,6 +31,7 @@ RUN <<_DEPS #!/bin/bash set -e pacman -Syu --disable-download-timeout --needed --noconfirm \ + archlinux-keyring \ base-devel \ cmake \ cuda \ diff --git a/gh-pages-template/index.html b/gh-pages-template/index.html index 86f5e582552..684b62a11d8 100644 --- a/gh-pages-template/index.html +++ b/gh-pages-template/index.html @@ -217,11 +217,11 @@
- Sunshine emulates an Xbox 360 or DS4 controller. Use nearly any
- controller on your Moonlight client!
+ Sunshine emulates an Xbox, PlayStation, or Nintendo Switch controller.
+ Use nearly any controller on your Moonlight client!
-
@@ -646,6 +646,10 @@