aboutsummaryrefslogtreecommitdiff
path: root/awstats
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-08-10 17:46:09 +0000
committerMike Crute <mike@crute.us>2020-08-10 17:46:09 +0000
commitcad5ac66554864b34b2732a1bb77df87cc47be65 (patch)
tree82134f92f1a5b10d63d2ca108490fc1dbe11ba59 /awstats
parent44c731aad9cc2e9b71fdde1cac1947aa85511645 (diff)
downloaddockerfiles-cad5ac66554864b34b2732a1bb77df87cc47be65.tar.bz2
dockerfiles-cad5ac66554864b34b2732a1bb77df87cc47be65.tar.xz
dockerfiles-cad5ac66554864b34b2732a1bb77df87cc47be65.zip
awstats: add notes
Diffstat (limited to 'awstats')
-rw-r--r--awstats/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/awstats/Dockerfile b/awstats/Dockerfile
index 32a0abd..18a679a 100644
--- a/awstats/Dockerfile
+++ b/awstats/Dockerfile
@@ -1,6 +1,10 @@
1FROM alpine:edge 1FROM alpine:edge
2LABEL maintainer="Mike Crute <mike@crute.us>" 2LABEL maintainer="Mike Crute <mike@crute.us>"
3 3
4
5# TODO: Is this really needed?
6# apk add perl-net-ssleay
7
4RUN set -euxo pipefail; \ 8RUN set -euxo pipefail; \
5 # Install build dependencies 9 # Install build dependencies
6 apk add --virtual .build-deps \ 10 apk add --virtual .build-deps \