Skip to content

Commit 053bb27

Browse files
committed
feat: put cargo-workspace into docker
1 parent 905004c commit 053bb27

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ FROM gitpod/workspace-wasm:latest
55
# RUN brew install bastet
66
#
77
# More information: https://www.gitpod.io/docs/config-docker/
8-
RUN sudo apt-get update \
9-
&& sudo apt-get install -y \
10-
fish
8+
RUN cargo install cargo-workspaces
119

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ image:
44
tasks:
55
- init: cargo build
66
command: cargo test
7-
- command: cargo install cargo-workspaces
7+

0 commit comments

Comments
 (0)