Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move back UT #62

Merged
merged 14 commits into from
Mar 26, 2024
Prev Previous commit
Next Next commit
remove wrong commands
mrpalide committed Mar 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 61e352d26af753fa68d714e96b7046eb76f4932f
2 changes: 1 addition & 1 deletion docker/images/skywire-visor/Dockerfile
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ RUN apk add --no-cache make git build-base && \
git clone -b develop https://github.com/skycoin/skywire && \
cd skywire && \
sh -c /skywire/docker/images/visor/install-preq.sh && \
make build-race && \
make build-race

## Resulting image
FROM ${base} as visor-runner