We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3417f9 commit a286e10Copy full SHA for a286e10
0.13/Dockerfile
@@ -200,9 +200,10 @@ RUN file /debian/* /alpine/*
200
RUN du /debian/* /alpine/*
201
202
# Compare both built binaries
203
-RUN diff -q /alpine/lnd /debian/lnd \
204
- && diff -q /alpine/lncli /debian/lncli
+#RUN diff -q /alpine/lnd /debian/lnd \
+# && diff -q /alpine/lncli /debian/lncli
205
206
+# Temporarily disable diff to sse if it builds
207
# If identical, proceed to move the binaries into `/bin/`
208
RUN mv /alpine/* /bin/
209
0 commit comments