mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-01-11 22:30:35 +01:00
5 lines
148 B
Docker
5 lines
148 B
Docker
FROM openjdk:11
|
|
COPY . /usr/src/saxon
|
|
WORKDIR /usr/src/saxon
|
|
CMD ["java", "-jar", "saxon9he.jar", "-s:reports.junit.xml", "-xsl:xunit_to_html.xsl"]
|