Skip to content

Commit

Permalink
Merge e9f3948 into f9009c7
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Oct 31, 2019
2 parents f9009c7 + e9f3948 commit 1560eaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Expand Up @@ -24,8 +24,9 @@ ENV WEBAPOLLO_VERSION develop
#RUN ls -la /apollo/
#NOTE, we had problems with the build the archive-file coming in from github so using a clone instead
#RUN curl -L https://github.com/GMOD/Apollo/archive/${WEBAPOLLO_VERSION}.tar.gz | tar xzf - --strip-components=1 -C /apollo
RUN git clone --depth 1 --single-branch --branch ${WEBAPOLLO_VERSION} https://github.com/gmod/apollo /apollo/apollo-clone
RUN mv /apollo/apollo-clone/* /apollo && rm -rf /apollo/apollo-clone
# RUN git clone --depth 1 --single-branch --branch ${WEBAPOLLO_VERSION} https://github.com/gmod/apollo /apollo/apollo-clone
# RUN mv /apollo/apollo-clone/* /apollo && rm -rf /apollo/apollo-clone
ADD . /apollo
RUN rm -rf .git .gitignore
#COPY * /apollo

Expand Down

0 comments on commit 1560eaf

Please sign in to comment.