Skip to content
Snippets Groups Projects
Select Git revision
  • ab67f068967f7e460f4350384cbe8e47325c0598
  • main default protected
  • 75389691-a67c-422a-91e9-aa58bfb5-main-patch-32205
  • test-pipe
  • extended-scripts
  • structured-badges
  • guix-pipeline
  • cabal-pipeline
8 results

stack.yaml.lock

Blame
  • Dockerfile.debian-buster-mkdocs 140 B
    FROM debian:buster
    
    RUN apt-get -qq update && \
        apt-get -qq dist-upgrade && \
        apt-get -qq install mkdocs && \
        apt-get -qq clean