We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git-deamon
full
1 parent 41a9064 commit 4644f99Copy full SHA for 4644f99
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.8
2
+
3
+- [build](Dockerfile) Added the package `git-deamon` to the `full` target.
4
5
# 1.0.7
6
7
- [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
@@ -85,4 +85,5 @@ ENV DOCKER_HIGHLIGHT_CMT=
85
#
86
87
RUN apk --no-cache --update add \
88
- highlight
+ highlight \
89
+ git-daemon
0 commit comments