Skip to content
Snippets Groups Projects
Dockerfile 256 B
Newer Older
  • Learn to ignore specific revisions
  • Roman Azarenko's avatar
    Roman Azarenko committed
    
    
    RUN export DEBIAN_FRONTEND=noninteractive && \
        apt-get update && \
        apt-get -y install bash git shellcheck curl libxml2 libxslt1.1 && \
        rm -rf /var/lib/apt/lists/*
    
    RUN pip install -U flake8 pylint lxml ast-to-xml requests