Skip to content
Snippets Groups Projects
Unverified Commit 0d3f1636 authored by Niaz's avatar Niaz Committed by GitHub
Browse files

Install Rust

I kind of don't want to rebuild the dependencies, so I put it here
parent b2e2a3f3
No related branches found
No related tags found
No related merge requests found
FROM reallibrephotos/librephotos-dependencies:dev
# install rust
RUN apt install -y rustc
# actual project
ARG DEBUG
WORKDIR /code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment