mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 09:19:42 +01:00
fix: docker image invoice listener were not stopping (#2278)
because it could not resolve localhost
This commit is contained in:
parent
decd4cdf0a
commit
7b559991c7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3.10-slim-bullseye
|
||||||
|
|
||||||
RUN apt-get clean
|
RUN apt-get clean
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y curl pkg-config build-essential
|
RUN apt-get install -y curl pkg-config build-essential libnss-myhostname
|
||||||
|
|
||||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||||
ENV PATH="/root/.local/bin:$PATH"
|
ENV PATH="/root/.local/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Reference in a new issue