File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ COPY --from=builder /usr/lib/x86_64-linux-gnu/libhwloc.so* /lib/
4646COPY --from=builder /usr/lib/x86_64-linux-gnu/libnuma.so* /lib/
4747COPY --from=builder /usr/lib/x86_64-linux-gnu/libltdl.so* /lib/
4848
49+ RUN /usr/bin/lily init
50+
4951RUN apt-get update
50- RUN apt-get install -y --no-install-recommends \
51- jq
52+ RUN apt-get install -y --no-install-recommends jq
5253
5354ENTRYPOINT ["/usr/bin/lily" ]
5455CMD ["--help" ]
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ COPY --from=builder /usr/lib/x86_64-linux-gnu/libhwloc.so* /lib/
99COPY --from=builder /usr/lib/x86_64-linux-gnu/libnuma.so* /lib/
1010COPY --from=builder /usr/lib/x86_64-linux-gnu/libltdl.so* /lib/
1111
12+ RUN /usr/bin/lily init
13+
1214RUN apt-get update
13- RUN apt-get install -y --no-install-recommends \
14- jq
15+ RUN apt-get install -y --no-install-recommends jq
1516
1617ENTRYPOINT ["/usr/bin/lily"]
1718CMD ["--help"]
You can’t perform that action at this time.
0 commit comments