Skip to content

Commit

Permalink
fix arm grpc-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Jul 7, 2020
1 parent b9cba5f commit e7c3b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/webui/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN yarn build
RUN git clone -b dev https://github.com/ExchangeUnion/xud-socketio /src/backend
WORKDIR /src/backend
RUN git fetch && git checkout 186cbb38
RUN sed -Ei 's/^.*grpc-tools.*$//g' package.json
RUN yarn install
RUN apk --no-cache add bash
RUN yarn build
Expand Down

0 comments on commit e7c3b80

Please sign in to comment.