mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
Add Deno to Dockerfile
This commit is contained in:
@@ -12,7 +12,7 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
# Installing system dependencies
|
# Installing system dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends gcc ffmpeg fonts-noto exiftool python3-tk
|
apt-get install -y --no-install-recommends gcc ffmpeg fonts-noto exiftool python3-tk curl unzip
|
||||||
|
|
||||||
# Poetry and runtime
|
# Poetry and runtime
|
||||||
FROM base AS runtime
|
FROM base AS runtime
|
||||||
@@ -27,6 +27,9 @@ RUN python3 -m venv /poetry-venv && \
|
|||||||
/poetry-venv/bin/python -m pip install --upgrade pip && \
|
/poetry-venv/bin/python -m pip install --upgrade pip && \
|
||||||
/poetry-venv/bin/python -m pip install "poetry>=2.0.0,<3.0.0"
|
/poetry-venv/bin/python -m pip install "poetry>=2.0.0,<3.0.0"
|
||||||
|
|
||||||
|
# Add Deno for solving YT JS challenges
|
||||||
|
RUN curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr sh
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user