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/
46
46
COPY --from=builder /usr/lib/x86_64-linux-gnu/libnuma.so* /lib/
47
47
COPY --from=builder /usr/lib/x86_64-linux-gnu/libltdl.so* /lib/
48
48
49
+ RUN /usr/bin/lily init
50
+
49
51
RUN apt-get update
50
- RUN apt-get install -y --no-install-recommends \
51
- jq
52
+ RUN apt-get install -y --no-install-recommends jq
52
53
53
54
ENTRYPOINT ["/usr/bin/lily" ]
54
55
CMD ["--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/
9
9
COPY --from=builder /usr/lib/x86_64-linux-gnu/libnuma.so* /lib/
10
10
COPY --from=builder /usr/lib/x86_64-linux-gnu/libltdl.so* /lib/
11
11
12
+ RUN /usr/bin/lily init
13
+
12
14
RUN apt-get update
13
- RUN apt-get install -y --no-install-recommends \
14
- jq
15
+ RUN apt-get install -y --no-install-recommends jq
15
16
16
17
ENTRYPOINT ["/usr/bin/lily"]
17
18
CMD ["--help"]
You can’t perform that action at this time.
0 commit comments