Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Engel Simulator 2020
Engel Simulator 2020
Commits
f5930c7a
Commit
f5930c7a
authored
Mar 08, 2021
by
Rahix
🦀
Browse files
ci: docker: Install clippy and jq as well
parent
9932f1da
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/Dockerfile
View file @
f5930c7a
FROM
rust:1.48.0-buster
RUN
rustup component add rustfmt
RUN
rustup component add rustfmt
clippy
RUN
cargo
install
wasm-pack
RUN
curl
-sL
https://deb.nodesource.com/setup_14.x | bash -
RUN
apt-get
install
-y
nodejs
RUN
apt-get
install
-y
nodejs
jq
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment