Skip to content
Snippets Groups Projects
Commit e184b3cd authored by orestis.malaspin's avatar orestis.malaspin
Browse files

removed explicit docker

parent b01389a8
Branches master
No related tags found
No related merge requests found
Pipeline #10950 passed
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment