af875d3a82cb724988262d1275e3f06586e6cd5c
Dockerfile
... | ... | @@ -1,3 +1,8 @@ |
1 | 1 | FROM gollumwiki/gollum:6.0.1 |
2 | -COPY . . |
|
2 | +USER root |
|
3 | +RUN apk add git |
|
4 | +RUN mkdir -p ~/.ssh |
|
5 | +RUN ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts |
|
6 | +RUN git clone https://github.com/scottillogical/fairysecretcompendium.git |
|
7 | +RUN cd fairysecretcompendium |
|
3 | 8 |