Skip to content

Commit

Permalink
fix Dockerfile grpcio build
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 committed Sep 24, 2024
1 parent d4df4bb commit 065c87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 065c87f

Please sign in to comment.