This commit is contained in:
2024-05-15 12:23:25 +02:00
parent aca39dba56
commit e2ab7fb081
+2
View File
@@ -40,6 +40,8 @@ RUN make -j4 && make install
# -------------------------------------
FROM base as app
RUN apt-get install -y bc
COPY --from=build /opt/dogecoin /opt/dogecoin
RUN rm /opt/dogecoin/bin/bench_dogecoin*
RUN rm /opt/dogecoin/bin/test_dogecoin*