mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 00:02:34 +01:00
docker: Add missing libgraphicsmagick-q16-3; rm rocksdb after build; add smoketest.
This commit is contained in:
parent
b1818c8cbb
commit
f7d6c78ce6
2 changed files with 6 additions and 0 deletions
|
@ -25,8 +25,13 @@ RUN true \
|
|||
&& make install \
|
||||
&& cd .. \
|
||||
&& rm -rf construct \
|
||||
&& rm -rf /usr/src/rocksdb* \
|
||||
&& apt-get purge -y ${purges} \
|
||||
&& apt-get autoremove --purge -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
true
|
||||
|
||||
RUN true \
|
||||
&& construct -smoketest -debug -nomatrix \
|
||||
&& true
|
||||
|
|
|
@ -3,6 +3,7 @@ FROM jevolk/construct:ubuntu-22.04-base
|
|||
ENV packages="\
|
||||
opencl-headers \
|
||||
libgraphicsmagick1-dev \
|
||||
libgraphicsmagick-q16-3 \
|
||||
libicu-dev \
|
||||
libjemalloc-dev \
|
||||
libopencl-clang-dev \
|
||||
|
|
Loading…
Reference in a new issue