Files
SCM-Manager/build/Dockerfile
2020-03-03 11:13:11 +01:00

5 lines
169 B
Docker

FROM adoptopenjdk/openjdk11:x86_64-debian-jdk-11.0.6_10
# install mercurial, which is required for integration tests
RUN apt-get update && apt-get install -y mercurial