Skip to content

Commit

Permalink
Missing depend for Dockerfile builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 committed Sep 28, 2021
1 parent 1f4bee6 commit c95cbe7
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
Expand Up @@ -3,4 +3,4 @@ ENV PYTHONUNBUFFERED 1
RUN git clone https://github.com/cryptosharks131/lndg.git /lndg
WORKDIR /lndg
RUN pip install -r requirements.txt
RUN pip install supervisor
RUN pip install supervisor whitenoise

0 comments on commit c95cbe7

Please sign in to comment.