Fix docker image build script

This commit is contained in:
Benjamin Canou 2018-06-28 21:08:27 +02:00
parent 0ac1e1e842
commit 25b892b709

View File

@ -28,7 +28,7 @@ COPY Makefile tezos/
COPY src tezos/src/
COPY vendors tezos/vendors/
RUN sudo chown -R opam tezos && \
opam exec -- make -C tezos all build-test
cd tezos && opam exec -- make all build-test
EOF
echo