Skip to content

Commit

Permalink
Removed un-needed backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjain28 authored and vktr committed Oct 17, 2019
1 parent cb9360a commit 60dfdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ WORKDIR /tmp

RUN apk update

RUN apk add --no-cache g++ gcc automake make autoconf libtool curl-dev git \
RUN apk add --no-cache g++ gcc automake make autoconf libtool curl-dev git

RUN git clone --recurse-submodules https://github.com/unidentifieddeveloper/blaze.git . \
RUN git clone --recurse-submodules https://github.com/unidentifieddeveloper/blaze.git .

RUN make

Expand Down

0 comments on commit 60dfdbf

Please sign in to comment.