Skip to content
Snippets Groups Projects
Select Git revision
  • f3f279f37c82548b5ba91c4c938836982c3518ca
  • master default protected
  • docs-improve_user_path_description
  • fix-pipeline
  • ci-change_exercises_image_registry
  • feat-merge_recorder_in_extension
  • feat-default_folder
  • feat-change_user
  • develop protected
  • refactor-mission
  • feat-exercise_automatic_save
  • docs-improve_documentation
  • feat-create_little_container_for_developer
  • feat-local-dev
  • 0.1.12
  • 0.1.11
  • 0.1.10
  • 0.1.5
18 results

README.md

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