Docker: don't clone ligo twice

This commit is contained in:
Georges Dupéron 2019-05-27 13:46:49 +02:00
parent 68e2fdd451
commit 80c693a5af

View File

@ -20,7 +20,6 @@ RUN apt-get -y install \
m4 m4
# Install ligo # Install ligo
RUN git clone https://gitlab.com/gabriel.alfour/ligo
RUN opam update RUN opam update
RUN cd ligo/src && \ RUN cd ligo/src && \