Skip to content

Commit 9188ffa

Browse files
authored
deps: add git
1 parent c2f3048 commit 9188ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PYTHONFAULTHANDLER=1
88

99
RUN export DEBIAN_FRONTEND=noninteractive \
1010
&& apt update \
11-
&& apt install -y caddy xz-utils \
11+
&& apt install -y caddy git xz-utils \
1212
&& apt -y upgrade \
1313
&& apt -y clean \
1414
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)