Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb218a0977 | |||
| e78f79e460 |
+1
-1
@@ -5,7 +5,7 @@ FROM ubuntu:latest
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN apt update && apt install -y curl
|
||||
RUN apt update && apt install -y curl git mercurial
|
||||
|
||||
RUN chmod +x /app/entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user