Skip to content
Snippets Groups Projects
Unverified Commit f9ae58ba authored by Roman Azarenko's avatar Roman Azarenko
Browse files

Switch to python 3.6-slim image, add lxml and requests

parent bf75cacd
No related branches found
No related tags found
No related merge requests found
Pipeline #19205 passed
FROM python:3-alpine
FROM python:3.6-slim
RUN apk update && \
apk add bash git shellcheck curl && \
git config --global credential.helper store && \
pip install -U flake8 pylint
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment