mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-08-11 00:30:12 -04:00
- Added DEBIAN_FRONTEND=noninteractive to suppress debconf warnings - Added --root-user-action=ignore to pip install - Added ffmpeg to Docker image - Increased chunkSizeWarningLimit to 3000 for Vite build 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sudo DOCKER_BUILDKIT=0 docker compose build --no-cache
|