Skip to content

Commit d494641

Browse files
committed
Install git (#8684)
1 parent 651d9a2 commit d494641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax = docker/dockerfile:1.1-experimental
22
FROM ubuntu
33

4-
RUN apt-get update && apt-get install -y ca-certificates
4+
RUN apt-get update && apt-get install -y ca-certificates git
55

66
COPY rill /usr/local/bin
77
RUN chmod 777 /usr/local/bin/rill

0 commit comments

Comments
 (0)