You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
250 B
Docker
8 lines
250 B
Docker
7 years ago
|
FROM openjdk:8u141-jdk
|
||
|
|
||
|
RUN apt-get update && \
|
||
|
apt-get install -y git && \
|
||
|
apt-get install -y libxml2-utils && \
|
||
|
apt-get install -y jq
|
||
|
|
||
|
ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.1/concourse-java.sh /opt/
|