Last change
on this file since 18304 was 17976, checked in by Don-vip, 3 years ago |
move packaging/distribution files to native folder
|
File size:
275 bytes
|
Rev | Line | |
---|
[11442] | 1 | FROM openjdk:8-jdk-alpine
|
---|
| 2 |
|
---|
| 3 | RUN apk update && \
|
---|
| 4 | apk add apache-ant && \
|
---|
| 5 | apk add ttf-dejavu && \
|
---|
[12774] | 6 | apk add subversion && \
|
---|
| 7 | apk add git && \
|
---|
[11442] | 8 | rm /var/cache/apk/*
|
---|
| 9 |
|
---|
| 10 | COPY . /josm
|
---|
| 11 |
|
---|
| 12 | RUN mkdir -p /josm/test/report
|
---|
| 13 |
|
---|
| 14 | CMD cd /josm && \
|
---|
[12774] | 15 | ant test-html -DnoJavaFX=true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.