Skip to content

Commit

Permalink
SCIL-7: added missing backslash.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron-zilliqa committed May 18, 2023
1 parent bcde297 commit ca7e72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ENV SCILLA_REPO_ROOT="${SOURCE_DIR}"

RUN make opamdep-ci \
&& echo '. ~/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true ' >> ~/.bashrc \
&& eval $(opam env)
&& eval $(opam env) \
&& make

ARG BUILD_DIR="${SOURCE_DIR}/_build/default"
Expand Down

0 comments on commit ca7e72e

Please sign in to comment.