Add svn and wget for downstream

This commit is contained in:
John Mulhausen 2017-05-25 14:52:47 -07:00
parent 93f688f8df
commit 4209bee75a
No known key found for this signature in database
GPG Key ID: 0FC599ECCDBFDE02
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FROM starefossen/github-pages:137
# Install nginx
RUN apk add nginx && apk add git
RUN apk add nginx && apk add git && apk add subversion && apk add wget
# Forward nginx request and error logs to docker log collector