We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 899e5c9 + e78f79e commit cb218a0Copy full SHA for cb218a0
Dockerfile
@@ -5,7 +5,7 @@ FROM ubuntu:latest
5
WORKDIR /app
6
COPY . /app
7
8
-RUN apt update && apt install -y curl
+RUN apt update && apt install -y curl git mercurial
9
10
RUN chmod +x /app/entrypoint.sh
11
0 commit comments