Remove games.
Unfortunately not totally dead code paths, and special case behavior for them complicated commenting and sorting logic in a number of places.
This commit is contained in:
parent
3e8904757a
commit
70c8a942b6
10 changed files with 72 additions and 536 deletions
|
@ -2,7 +2,7 @@ FROM ubuntu:20.04
|
|||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update && apt -y upgrade && apt install -y supervisor python3-pip libenchant1c2a ffmpeg
|
||||
RUN apt update && apt -y upgrade && apt install -y supervisor python3-pip ffmpeg
|
||||
|
||||
COPY supervisord.conf /etc/supervisord.conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue