build-env-java/Dockerfile

12 lines
251 B
Docker
Raw Normal View History

2019-02-18 07:26:48 +01:00
FROM registry.gitlab.com/wolutator/base-build-env:latest
MAINTAINER Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
RUN \
apt update && \
apt install -y openjdk-8-headless && \
apt install -y maven && \
rm -rf /var/lib/apt/lists/*