Skip to content

Commit

Permalink
back dockerfile to skycoin/skywire
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 19, 2023
1 parent 32fff0c commit fc1e0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/skywire-visor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV CGO_ENABLED=${CGO_ENABLED} \
WORKDIR /

RUN apk add --no-cache make git build-base && \
git clone -b fix/fix-vpn-issue-on-skywire-services https://github.com/mrpalide/skywire && \
git clone -b develop https://github.com/skycoin/skywire && \
cd skywire && \
sh -c /skywire/docker/images/visor/install-preq.sh && \
make build-race && \
Expand Down

0 comments on commit fc1e0ba

Please sign in to comment.