Skip to content

Reduce Docker build system dependencies#20

Merged
Daniel-VM merged 1 commit into
BIPLAT-CIBERINFEC:developfrom
Daniel-VM:fix-docker-build-system-deps
Jul 8, 2026
Merged

Reduce Docker build system dependencies#20
Daniel-VM merged 1 commit into
BIPLAT-CIBERINFEC:developfrom
Daniel-VM:fix-docker-build-system-deps

Conversation

@Daniel-VM

Copy link
Copy Markdown
Member

Summary

Fixes the production Docker image build after the VM install hit No space left on device while installing system packages.

Changes

  • Avoids apt-get upgrade during Docker builds.
  • Installs Ubuntu system dependencies with --no-install-recommends.
  • Keeps gnuplot only for non-Docker/classic installs, since it is not used by the API image and pulls large GTK/Qt dependencies.

Validation

  • bash -n install.sh container_install.sh scripts/container_start.sh
  • git diff --check

@Daniel-VM
Daniel-VM merged commit 2a43cad into BIPLAT-CIBERINFEC:develop Jul 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant