mirror of https://github.com/docker/docs.git
Add svn and wget for downstream
This commit is contained in:
parent
93f688f8df
commit
4209bee75a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue