chore(repo): formatting
This commit is contained in:
parent
1224d2b60f
commit
e4f419ec7b
2 changed files with 28 additions and 29 deletions
|
@ -7,26 +7,26 @@ LABEL repository="www.coastalcommits.com/cswimr/SeaCogs"
|
||||||
LABEL maintainer="cswimr <seaswimmerthefsh@gmail.com>"
|
LABEL maintainer="cswimr <seaswimmerthefsh@gmail.com>"
|
||||||
|
|
||||||
RUN apt-get update; \
|
RUN apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
# Red-DiscordBot
|
# Red-DiscordBot
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
# PyNaCl
|
# PyNaCl
|
||||||
libsodium-dev \
|
libsodium-dev \
|
||||||
# CFFI
|
# CFFI
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
# SSH repository support
|
# SSH repository support
|
||||||
openssh-client \
|
openssh-client \
|
||||||
# Cog dependencies
|
# Cog dependencies
|
||||||
# Audio
|
# Audio
|
||||||
openjdk-17-jre-headless \
|
openjdk-17-jre-headless \
|
||||||
# PyLav
|
# PyLav
|
||||||
libaio1 \
|
libaio1 \
|
||||||
libaio-dev \
|
libaio-dev \
|
||||||
# SeaUtils
|
# SeaUtils
|
||||||
dnsutils; \
|
dnsutils; \
|
||||||
apt-get clean; \
|
apt-get clean; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY --from=uv --chown=vscode: /uv /uvx /bin/
|
COPY --from=uv --chown=vscode: /uv /uvx /bin/
|
||||||
COPY --from=python --chown=vscode: /usr/local /usr/local
|
COPY --from=python --chown=vscode: /usr/local /usr/local
|
||||||
|
@ -34,5 +34,5 @@ COPY --from=forgejo-runner --chown=vscode: /bin/forgejo-runner /bin/forgejo-runn
|
||||||
COPY --chown=vscode: .devcontainer/home/* /home/vscode/
|
COPY --chown=vscode: .devcontainer/home/* /home/vscode/
|
||||||
|
|
||||||
RUN ln -s /usr/local/bin/python3.11 /usr/local/bin/python; \
|
RUN ln -s /usr/local/bin/python3.11 /usr/local/bin/python; \
|
||||||
python --version; \
|
python --version; \
|
||||||
python -m ensurepip
|
python -m ensurepip
|
||||||
|
|
13
info.json
13
info.json
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"author": [
|
"$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog_repo.schema.json",
|
||||||
"cswimr"
|
"author": ["cswimr"],
|
||||||
],
|
"install_msg": "Thanks for installing my repo!\n\nIf you have any issues with any of the cogs, please create an issue [here](https://coastalcommits.com/cswimr/SeaCogs/issues) or join my [Discord Server](https://discord.gg/eMUMe77Yb8 ).",
|
||||||
"install_msg": "Thanks for installing my repo!\n\nIf you have any issues with any of the cogs, please create an issue [here](https://coastalcommits.com/cswimr/SeaCogs/issues) or join my [Discord Server](https://discord.gg/eMUMe77Yb8 ).",
|
"index_name": "sea-cogs",
|
||||||
"index_name": "sea-cogs",
|
"short": "Various cogs for Red, by cswimr",
|
||||||
"short": "Various cogs for Red, by cswimr",
|
"description": "Various cogs for Red, by cswimr"
|
||||||
"description": "Various cogs for Red, by cswimr"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue