fixups for lnbits

This commit is contained in:
2024-02-16 16:01:12 -06:00
parent 33d4fac979
commit 52908e893e
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ RUN dnf update -y \
&& poetry install --only main
COPY .env .env
RUN dnf autoremove -y python3.11-devel gcc automake make git \
RUN dnf autoremove -y python3.11-devel gcc automake make \
&& dnf clean all \
&& rm -fr /tmp/*