v2 / vlib / net / websocket / tests / autobahn / fuzzing_server / Dockerfile
5 lines · 4 sloc · 127 bytes · ec973f5c6e32a8871a71a1fb9924bb8b3670967c
Raw
1FROM crossbario/autobahn-testsuite
2COPY check_results.py /check_results.py
3RUN chmod +x /check_results.py
4
5COPY config /config
6