wip
This commit is contained in:
parent
8847576bda
commit
60a363c433
@ -47,7 +47,7 @@ COPY --from=builder /usr/local /usr/local
|
|||||||
COPY --from=builder /opt /opt
|
COPY --from=builder /opt /opt
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
boost-program_options boost-date_time boost-iostreams boost-system boost-thread \
|
boost-program_options boost-date_time boost-iostreams boost-thread \
|
||||||
expat lua5.4 onetbb && \
|
expat lua5.4 onetbb && \
|
||||||
ldconfig /usr/local/lib
|
ldconfig /usr/local/lib
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ COPY --from=builder /opt /opt
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
libboost-program-options1.81.0 libboost-date-time1.81.0 libboost-iostreams1.81.0 libboost-system1.81.0 libboost-thread1.81.0 \
|
libboost-program-options1.81.0 libboost-date-time1.81.0 libboost-iostreams1.81.0 libboost-thread1.81.0 \
|
||||||
expat liblua5.4-0 && \
|
expat liblua5.4-0 && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
# add /usr/local/lib to ldconfig to allow loading libraries from there
|
# add /usr/local/lib to ldconfig to allow loading libraries from there
|
||||||
|
Loading…
Reference in New Issue
Block a user