Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bevy Builder
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Bevy Builder
Commits
90b90463
Commit
90b90463
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Add 'ca-certificates' package to apt install
parent
5b5d2a09
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#55
passed with stage
in 5 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-1
3 additions, 1 deletion
Dockerfile
with
3 additions
and
1 deletion
Dockerfile
+
3
−
1
View file @
90b90463
...
...
@@ -3,6 +3,7 @@ FROM ghcr.io/rust-lang/rust:nightly-buster
RUN
apt-get update
-yqq
&&
\
apt-get upgrade
-yqq
&&
\
apt-get
install
-yqq
--no-install-recommends
\
ca-certificates
\
build-essential
\
g++
\
clang
\
...
...
@@ -23,10 +24,11 @@ RUN apt-get update -yqq && \
g++-mingw-w64-x86-64
RUN
rustup target add x86_64-pc-windows-gnu
RUN
rustup target add wasm32-unknown-unknown
RUN
wget https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/release/crunch?job
=
build-linux
&&
\
mv
'crunch?job=build-linux'
crunch
&&
\
chmod
+x crunch
&&
\
mv
crunch /usr/local/bin/crunch
RUN
cargo
install
--locked
trunk
wasm-bindgen-cli
RUN
cargo
install
--locked
trunk
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment