File: Dockerfile

package info (click to toggle)
simdjson 4.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 31,400 kB
  • sloc: cpp: 195,760; ansic: 20,954; sh: 1,126; python: 885; makefile: 47; ruby: 25; javascript: 13
file content (5 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (7)
1
2
3
4
5
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