Skip to content

Commit e3221d2

Browse files
authored
Fixed #29 -- Fixed crash of docs.
This adds git to dependencies for the Docker image.
1 parent 38289e8 commit e3221d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update \
1212
libenchant-2-2 \
1313
gettext \
1414
wget \
15+
git \
1516
&& apt-get clean
1617

1718
RUN groupadd -r test && useradd --no-log-init -r -g test test

0 commit comments

Comments
 (0)