Commit ecf53a54 authored by Sparkf's avatar Sparkf 🏙️
Browse files

Initial commit

parents
Loading
Loading
Loading
Loading

Dockerfile

0 → 100644
+11 −0
Original line number Diff line number Diff line
FROM python:3.9-alpine

RUN apk add --update --no-cache --virtual .build-deps \
        g++ \
        bash \
        python3-dev \
        libxml2 \
        libxml2-dev && \
    apk add libxslt-dev
RUN pip3 install git+https://github.com/pypa/bandersnatch@main
CMD /bin/bash