mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Convert DITLs to JSON
This commit is contained in:
8
rapidjson/docker/debian/Dockerfile
Normal file
8
rapidjson/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"]
|
Reference in New Issue
Block a user