We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651d9a2 commit d494641Copy full SHA for d494641
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax = docker/dockerfile:1.1-experimental
2
FROM ubuntu
3
4
-RUN apt-get update && apt-get install -y ca-certificates
+RUN apt-get update && apt-get install -y ca-certificates git
5
6
COPY rill /usr/local/bin
7
RUN chmod 777 /usr/local/bin/rill
0 commit comments