We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905004c commit 053bb27Copy full SHA for 053bb27
.gitpod.Dockerfile
@@ -5,7 +5,5 @@ FROM gitpod/workspace-wasm:latest
5
# RUN brew install bastet
6
#
7
# More information: https://www.gitpod.io/docs/config-docker/
8
-RUN sudo apt-get update \
9
- && sudo apt-get install -y \
10
- fish
+RUN cargo install cargo-workspaces
11
.gitpod.yml
@@ -4,4 +4,4 @@ image:
4
tasks:
- init: cargo build
command: cargo test
- - command: cargo install cargo-workspaces
+
0 commit comments