Skip to content

Commit

Permalink
docker: copy repo instead of cloning it from git
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Feb 18, 2019
1 parent b51d707 commit a8ba9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-backend
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add build-base \

WORKDIR /root/dronecode_sdk

RUN git clone https://github.com/dronecode/dronecodesdk --recursive .
COPY . .

RUN make BUILD_BACKEND=YES INSTALL_PREFIX=/root/dcsdk_install default install

Expand Down

0 comments on commit a8ba9c1

Please sign in to comment.