lndg/Dockerfile

7 lines
237 B
Text
Raw Permalink Normal View History

2024-03-02 16:00:31 +00:00
FROM python:3-alpine
ENV PYTHONUNBUFFERED 1
2024-09-23 22:12:35 -04:00
RUN apk add git g++ linux-headers && git clone https://github.com/cryptosharks131/lndg /app
2024-03-02 16:00:31 +00:00
WORKDIR /app
RUN git checkout "master"
RUN pip install -r requirements.txt
2026-06-08 13:54:56 -04:00
RUN pip install whitenoise