mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
6 lines
176 B
Docker
6 lines
176 B
Docker
FROM gcc:10
|
|
RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list
|
|
RUN apt-get update -qq
|
|
RUN apt-get -t buster-backports install -y cmake
|
|
|