diff --git a/Dockerfile b/Dockerfile index ea4c9ff9..ff62af61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3-alpine ENV PYTHONUNBUFFERED 1 -RUN apk add git && git clone https://github.com/cryptosharks131/lndg /app +RUN apk add git g++ linux-headers && git clone https://github.com/cryptosharks131/lndg /app WORKDIR /app RUN git checkout "master" RUN pip install -r requirements.txt