serverworm
help installing ffmpeg
╔═══════════════════════════════ Nixpacks v1.5.1 ══════════════════════════════╗
║ setup │ python311, gcc ║
║──────────────────────────────────────────────────────────────────────────────║
║ install │ python -m venv /opt/venv && . /opt/venv/bin/activate && pip ║
║ │ install -r requirements.txt ║
║──────────────────────────────────────────────────────────────────────────────║
║ start │ python bot/main.py ║
╚══════════════════════════════════════════════════════════════════════════════╝
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 1.80kB done
#2 DONE 0.0s
#3 [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1678752204
#3 DONE 0.2s
#4 [ 1/10] FROM ghcr.io/railwayapp/nixpacks:ubuntu-1678752204@sha256:fba77818e57bebd4e7a02f60d45554354d6ec5a3f7d98b4ee4f6b2a6e720191e
#4 DONE 0.0s
#5 [ 2/10] WORKDIR /app/
#5 CACHED
#6 [internal] load build context
#6 transferring context: 154.91kB done
#6 DONE 0.0s
#7 [stage-0 3/8] COPY .nixpacks/nixpkgs-293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847.nix .nixpacks/nixpkgs-293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847.nix
#7 CACHED
#8 [stage-0 4/8] RUN nix-env -if .nixpacks/nixpkgs-293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847.nix && nix-collect-garbage -d
#8 CACHED
#9 [stage-0 5/8] RUN printf '\nPATH=/opt/venv/bin:$PATH' >> /root/.profile
#9 DONE 0.5s
#10 [stage-0 6/8] COPY . /app/.
#10 DONE 0.0s
#11 [stage-0 7/8] RUN --mount=type=cache,id=s/c6b9e3b3-6071-4fe9-b676-cac1c0f3c7ad-/root/cache/pip,target=/root/.cache/pip python -m venv /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt
#11 6.599 Collecting python-dotenv
#11 6.603 Using cached python_dotenv-1.0.0-py3-none-any.whl (19 kB)
#11 6.650 Collecting pydub
21 replies