Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
exercices_rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
exercices_rust
Commits
e184b3cd
Commit
e184b3cd
authored
5 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
removed explicit docker
parent
b01389a8
Branches
master
No related tags found
No related merge requests found
Pipeline
#10950
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+0
-10
0 additions, 10 deletions
Dockerfile
with
0 additions
and
10 deletions
Dockerfile
deleted
100644 → 0
+
0
−
10
View file @
b01389a8
FROM
base/archlinux
MAINTAINER
Orestis Malaspinas (orestis.malaspinas@hesge.ch)
RUN
pacman
-Syy
--noconfirm
pandoc texlive-most pandoc-crossref make git openssh imagemagick librsvg clang
RUN
pacman
-Syy
--noconfirm
python-pip
RUN
pip
install
pandoc-numbering
RUN
curl https://sh.rustup.rs
-sSf
| sh
-s
--
-y
ENV
PATH="/root/.cargo/bin:${PATH}"
RUN
echo
$PATH
RUN
rustup update
RUN
cargo
install
cargo-readme
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