diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ RUN gem install aws-sdk slack-api xmpp4r COPY . /tmp/oxidized/ WORKDIR /tmp/oxidized +# docker automated build gets shallow copy, but non-shallow copy cannot be unshallowed +RUN git --fetch unshallow || true RUN rake install # web interface |