Skip to content

Commit

Permalink
make awstats.conf writable for group
Browse files Browse the repository at this point in the history
relates to #44
  • Loading branch information
pabra committed Dec 9, 2023
1 parent f497d31 commit e2d4f23
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
Expand Up @@ -22,7 +22,9 @@ RUN apk add --no-cache gettext \
ARG TZDATA_VERSION=2023c-r1
ARG AWSTATS_VERSION=7.9-r0

RUN apk add --no-cache awstats=${AWSTATS_VERSION} tzdata=${TZDATA_VERSION}
RUN apk add --no-cache awstats=${AWSTATS_VERSION} tzdata=${TZDATA_VERSION} \
&& touch /etc/awstats/awstats.conf \
&& chmod g+w /etc/awstats/awstats.conf

COPY awstats_env.conf /etc/awstats/
COPY awstats_httpd.conf /usr/local/apache2/conf/
Expand Down

0 comments on commit e2d4f23

Please sign in to comment.