Skip to content

Commit

Permalink
* Corrected branch to build from
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berger <christian.berger@gu.se>
  • Loading branch information
chrberger committed Feb 12, 2018
1 parent 3017c80 commit 066a194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proxy-oxts/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk update && \
git \
make
WORKDIR /tmp
RUN git clone --branch master --depth 1 https://github.com/chalmers-revere/opendlv.io.git && \
RUN git clone --branch proxy-oxts --depth 1 https://github.com/chalmers-revere/opendlv.io.git && \
cd opendlv.io/proxy-oxts/ && \
mkdir build && \
cd build && \
Expand Down
2 changes: 1 addition & 1 deletion proxy-oxts/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apk update && \
make \
upx
WORKDIR /tmp
RUN git clone --branch master --depth 1 https://github.com/chalmers-revere/opendlv.io.git && \
RUN git clone --branch proxy-oxts --depth 1 https://github.com/chalmers-revere/opendlv.io.git && \
cd opendlv.io/proxy-oxts/ && \
mkdir build && \
cd build && \
Expand Down
2 changes: 1 addition & 1 deletion proxy-oxts/Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk update && \
git \
make
WORKDIR /tmp
RUN git clone --branch master --depth 1 https://github.com/chalmers-revere/opendlv.io.git && \
RUN git clone --branch proxy-oxts --depth 1 https://github.com/chalmers-revere/opendlv.io.git && \
cd opendlv.io/proxy-oxts/ && \
mkdir build && \
cd build && \
Expand Down

0 comments on commit 066a194

Please sign in to comment.