mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-30 04:49:40 +02:00
5 lines
169 B
Docker
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
|