wip
This commit is contained in:
parent
805f0e5adb
commit
35756b2483
@ -5,7 +5,7 @@ RUN mkdir -p /src && mkdir -p /opt
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y --no-install-recommends install ca-certificates cmake make git gcc g++ libbz2-dev libxml2-dev wget \
|
apt-get -y --no-install-recommends install ca-certificates cmake make git gcc g++ libbz2-dev libxml2-dev wget \
|
||||||
libzip-dev libboost1.74-all-dev lua5.4 liblua5.4-dev pkg-config -o APT::Install-Suggests=0 -o APT::Install-Recommends=0
|
libzip-dev libboost1.83-all-dev lua5.4 liblua5.4-dev pkg-config -o APT::Install-Suggests=0 -o APT::Install-Recommends=0
|
||||||
|
|
||||||
RUN NPROC=${BUILD_CONCURRENCY:-$(nproc)} && \
|
RUN NPROC=${BUILD_CONCURRENCY:-$(nproc)} && \
|
||||||
ldconfig /usr/local/lib && \
|
ldconfig /usr/local/lib && \
|
||||||
@ -49,9 +49,9 @@ COPY --from=builder /usr/local /usr/local
|
|||||||
COPY --from=builder /opt /opt
|
COPY --from=builder /opt /opt
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends libboost-program-options1.74.0 libboost-regex1.74.0 \
|
apt-get install -y --no-install-recommends libboost-program-options1.83.0 libboost-regex1.83.0 \
|
||||||
libboost-date-time1.74.0 libboost-chrono1.74.0 libboost-filesystem1.74.0 \
|
libboost-date-time1.83.0 libboost-chrono1.83.0 libboost-filesystem1.83.0 \
|
||||||
libboost-iostreams1.74.0 libboost-system1.74.0 libboost-thread1.74.0 \
|
libboost-iostreams1.83.0 libboost-system1.83.0 libboost-thread1.83.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