fix: dockefile
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
# github actions
|
# github actions
|
||||||
|
.git
|
||||||
.github/
|
.github/
|
||||||
.*ignore
|
.*ignore
|
||||||
# User-specific stuff
|
# User-specific stuff
|
||||||
@@ -20,3 +21,4 @@ changelogs/
|
|||||||
tests/
|
tests/
|
||||||
.ruff_cache/
|
.ruff_cache/
|
||||||
.astrbot
|
.astrbot
|
||||||
|
astrbot.lock
|
||||||
@@ -18,11 +18,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl gnupg && \
|
RUN apt-get update && apt-get install -y curl gnupg \
|
||||||
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
|
&& curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
|
||||||
apt-get install -y nodejs && \
|
&& apt-get install -y nodejs
|
||||||
|
|
||||||
RUN python -m pip install uv
|
RUN python -m pip install uv \
|
||||||
|
&& echo "3.11" > .python-version
|
||||||
RUN uv pip install -r requirements.txt --no-cache-dir --system
|
RUN uv pip install -r requirements.txt --no-cache-dir --system
|
||||||
RUN uv pip install socksio uv pilk --no-cache-dir --system
|
RUN uv pip install socksio uv pilk --no-cache-dir --system
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user