Skip to content
Snippets Groups Projects
Select Git revision
  • 01cf45347c9e6a27bd99daac7566635ce19c3aa0
  • main default protected
  • f-sss4grpc
  • dev
  • 108-implement-rpc-call-for-server-side-scripting
  • f-windows-conan-create
  • f-to-string
  • f-update-requirements
  • f-related-projects
  • f-role
  • f-remote-path
  • f-rel-path
  • f-consol-message
  • v0.3.0
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
  • v0.1.1
  • v0.1
  • v0.0.19
  • v0.0.18
  • v0.0.16
  • v0.0.15
  • v0.0.10
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
33 results

Dockerfile

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Dockerfile 232 B
    FROM debian:latest
    RUN apt-get update && \
        apt-get install -y cmake
    RUN apt-get install -y libcmocka-dev
    #RUN apt-get install -y lcov
    #RUN apt-get install -y doxygen
    #RUN apt-get install -y python3-pip
    
    
    
    
    #COPY ./ caosdb-clib/