Skip to content
Snippets Groups Projects
Select Git revision
  • 2cd39d143f66143a4b79517fb989f3c5214ab9a5
  • main default protected
  • dev protected
  • f-linkahead-rename
  • f-real-id
  • f-filesystem-import
  • f-filesystem-link
  • f-filesystem-directory
  • f-filesystem-core
  • f-filesystem-cleanup
  • f-filesystem-main
  • f-name
  • keep_changes
  • f-permission-checks-2
  • f-mysql8-tests
  • f-retrieve-history
  • t-distinct-parents
  • v8.1.0
  • v8.0.0
  • v7.0.2
  • v7.0.1
  • v7.0.0
  • v6.0.1
  • v6.0.0
  • v5.0.0
  • v4.1.0
  • v4.0.0
  • v3.0
  • v2.0.30
29 results

Dockerfile

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Dockerfile 304 B
    FROM debian:bookworm
    RUN apt-get update \
        && \
        apt-get install -y \
            curl \
    		mariadb-client \
    		make \
    		unzip \
            python3-lxml \
            python3-pip \
            python3-pytest \
    		python3-sqlparse \
    		python3-sphinx \
    		doxygen
    RUN pip3 install breathe sphinx-rtd-theme recommonmark