Add debian docker file for development
This commit is contained in:
parent
364545fe57
commit
680c111278
8
docker/debian/Dockerfile
Normal file
8
docker/debian/Dockerfile
Normal file
@ -0,0 +1,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"]
|
Loading…
x
Reference in New Issue
Block a user