Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

DefaultPreyMatingConfigurer.java

Blame
  • Dockerfile.kube 357 B
    FROM registry.e-biz.fr/deadlock-public/deadlock-theia:1.4
    
    RUN apt-get install -y apt-transport-https
    RUN curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
    RUN echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list
    RUN apt-get update
    RUN apt-get install -y kubectl