0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 05:58:56 +02:00
construct/docker/ubuntu/22.04/full/Dockerfile
2022-07-07 16:47:55 -07:00

18 lines
431 B
Docker

FROM jevolk/construct:ubuntu-22.04-base
ENV DEBIAN_FRONTEND=noninteractive
RUN true \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
opencl-headers \
libgraphicsmagick1-dev \
libicu-dev \
libjemalloc-dev \
libopencl-clang-dev \
libpng-dev \
&& apt-get clean \
&& apt-get autoremove --purge -y \
&& rm -rf /var/lib/apt/lists/* \
&& true