install Prism Launcher in the GalacticFactory Dockerfile
All checks were successful
Docker Build / Build and Push Images (push) Successful in 7m11s

This commit is contained in:
Seaswimmer 2024-03-30 22:10:05 -04:00
parent 4e4ea0afbf
commit 40ebd75973
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -34,3 +34,9 @@ RUN poetry config virtualenvs.create false
RUN curl -sSL https://www.coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/pyproject.toml -o pyproject.toml
RUN curl -sSL https://www.coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/poetry.lock -o poetry.lock
RUN poetry install --no-root
# Install Prism Launcher
RUN curl -q 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null
RUN echo "deb [signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" | sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list
RUN apt-get update
RUN apt-get install prismlauncher -y