1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

improve dockerfile

This commit is contained in:
schaeff 2018-06-08 16:18:25 +02:00
parent 6343934a02
commit 7ffbb46677

View file

@ -20,8 +20,6 @@ RUN apt-get update && apt-get install -y \
python-markdown \
git
ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/local/lib
RUN curl https://sh.rustup.rs -sSf | \
sh -s -- --default-toolchain $RUST_TOOLCHAIN -y
@ -37,4 +35,4 @@ WORKDIR /root/
COPY . ZoKrates
RUN cd ZoKrates \
&& cargo build
&& cargo build --release