Skip to content

Commit

Permalink
Merge pull request #14 from aservo/feature/cgit_and_svn_integration
Browse files Browse the repository at this point in the history
apache update and add highlight tool (required by cgit for syntax highlighting)
  • Loading branch information
lehmannk authored Aug 14, 2023
2 parents 6b164be + 80424c0 commit 5d832c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io
ARG APACHE_IMAGE_TAG=2.4.57-debian-11-r7
ARG APACHE_IMAGE_TAG=2.4.57-debian-11-r124
ARG MOD_AUTH_MELLON_VERSION=0.18.1

FROM ${REGISTRY}/bitnami/apache:${APACHE_IMAGE_TAG} as builder
Expand Down Expand Up @@ -35,8 +35,10 @@ RUN wget "https://github.com/latchset/mod_auth_mellon/releases/download/v${MOD_A
rm -rf /tmp/mod_auth_mellon*

# install generic packages (keep separated in case we want to use builder image)
# (highlight is required for cgit syntax highlighting)
RUN apt-get update && apt-get install -y \
git \
highlight \
inotify-tools \
zip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 5d832c5

Please sign in to comment.