File: Dockerfile

package info (click to toggle)
rapidjson 1.1.0%2Bdfsg2-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,028 kB
  • sloc: cpp: 18,839; ansic: 2,434; python: 235; xml: 182; sh: 83; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (31)
1
2
3
4
5
6
7
8
# BUILD:  docker build -t rapidjson-debian .
# RUN:    docker run -it -v "$PWD"/../..:/rapidjson rapidjson-debian

FROM debian:jessie

RUN apt-get update && apt-get install -y g++ cmake doxygen valgrind

ENTRYPOINT ["/bin/bash"]