Skip to content

Commit 4644f99

Browse files
committed
- [build](Dockerfile) Added the package git-deamon to the full target.
1 parent 41a9064 commit 4644f99

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.8
2+
3+
- [build](Dockerfile) Added the package `git-deamon` to the `full` target.
4+
15
# 1.0.7
26

37
- [nginx](src/gitweb/envsubst/nginx.conf.envsubst) Now let envvar `SERVER_NAME` control the nginx server_name which is visible in the browser tab.

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ ENV DOCKER_HIGHLIGHT_CMT=
8585
#
8686

8787
RUN apk --no-cache --update add \
88-
highlight
88+
highlight \
89+
git-daemon

0 commit comments

Comments
 (0)