-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
What happened?
In a Dockerfile, I need to be able to install mods in a description fashion. The TUI and CLI options aren't the same. I can't for example install mods on a profile, or directly to an installation. So far I've got
FROM wolveix/satisfactory-server:latest
RUN apt update \
&& apt install -y wget \
&& rm -rf /var/lib/apt/lists/*
RUN wget https://github.com/satisfactorymodding/ficsit-cli/releases/latest/download/ficsit_linux_amd64 \
&& chmod +x ficsit_linux_amd64 \
&& mv ficsit_linux_amd64 /usr/bin/ficsit
RUN ficsit installation add ./gamefiles \
&& ficsit profile new monitoring
but Then, there are no documented options to:

Here's the discord thread for cross-reference
Version
0.6.0
What OS are you seeing the problem on?
Linux
What architecture are you seeing the problem on?
amd64
Relevant log output
No response
Any extra info:
No response
padthaitofuhot
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📋 Backlog