Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Jul 20, 2021
1 parent a3417f9 commit a286e10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 0.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,10 @@ RUN file /debian/* /alpine/*
RUN du /debian/* /alpine/*

# Compare both built binaries
RUN diff -q /alpine/lnd /debian/lnd \
&& diff -q /alpine/lncli /debian/lncli
#RUN diff -q /alpine/lnd /debian/lnd \
# && diff -q /alpine/lncli /debian/lncli

# Temporarily disable diff to sse if it builds
# If identical, proceed to move the binaries into `/bin/`
RUN mv /alpine/* /bin/

Expand Down

0 comments on commit a286e10

Please sign in to comment.