mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
fix: add nodejs dependency
This commit is contained in:
@@ -30,7 +30,7 @@ RUN uv python install 3.13
|
||||
|
||||
RUN apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
pkg-config libssl-dev ca-certificates ffmpeg \
|
||||
pkg-config libssl-dev ca-certificates ffmpeg nodejs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/uv
|
||||
|
||||
Reference in New Issue
Block a user