Skip to content
Snippets Groups Projects
Select Git revision
  • 8cac790e6d680f85999f3f72b0d7bbe2081cb1a0
  • 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

webpack.config.ts

Blame
  • Dockerfile 364 B
    FROM docker:20.10.3-dind
    
    RUN apk add --update python3-dev py-pip gcc musl-dev maven
    RUN pip3 install --upgrade pip
    RUN pip3 install deadlock-cli
    
    RUN mkdir -p ~/.docker
    
    RUN echo -e "\033[33mInstalling experimental feature to use (docker manifest inspect), can be change in the future.\033[0m"
    RUN echo "{\"experimental\": \"enabled\"}" > ~/.docker/config.json