@@ -435,18 +435,19 @@ RUN \
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
# Install sunshine
|
# Install sunshine
|
||||||
ARG SUNSHINE_VERSION=0.11.1
|
ARG SUNSHINE_VERSION=0.20.0
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** Fetch Sunshine deb package ****" \
|
echo "**** Fetch Sunshine deb package ****" \
|
||||||
&& cd /tmp \
|
&& cd /tmp \
|
||||||
&& wget -O /tmp/sunshine-debian.deb \
|
&& wget -O /tmp/sunshine-debian.deb \
|
||||||
https://github.com/loki-47-6F-64/sunshine/releases/download/v${SUNSHINE_VERSION}/sunshine-debian.deb \
|
https://github.com/LizardByte/sunshine/releases/download/v${SUNSHINE_VERSION}/sunshine-debian-bullseye-amd64.deb \
|
||||||
&& \
|
&& \
|
||||||
echo "**** Update apt database ****" \
|
echo "**** Update apt database ****" \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& \
|
&& \
|
||||||
echo "**** Install Sunshine ****" \
|
echo "**** Install Sunshine ****" \
|
||||||
&& apt-get install -y /tmp/sunshine-debian.deb \
|
&& apt-get install -y /tmp/sunshine-debian.deb \
|
||||||
|
&& apt-get install -y libboost-chrono1.74.0 \
|
||||||
&& \
|
&& \
|
||||||
echo "**** Section cleanup ****" \
|
echo "**** Section cleanup ****" \
|
||||||
&& apt-get clean autoclean -y \
|
&& apt-get clean autoclean -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user