install Prism Launcher in the GalacticFactory Dockerfile
All checks were successful
Docker Build / Build and Push Images (push) Successful in 7m11s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 7m11s
This commit is contained in:
parent
4e4ea0afbf
commit
40ebd75973
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue