mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
6 lines
223 B
Docker
6 lines
223 B
Docker
FROM crossbario/autobahn-testsuite
|
|
COPY check_results.py /check_results.py
|
|
RUN chmod +x /check_results.py
|
|
|
|
COPY config/fuzzingserver.json /config/fuzzingserver.json
|
|
COPY config/fuzzingclient.json /config/fuzzingclient.json
|