diff --git a/Dockerfile b/Dockerfile index e11b09fd..97228ac5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,15 +11,16 @@ RUN poetry self update 1.8.2 WORKDIR /home/root/scripts COPY . . + # remove all temporary files to ensure correct compilation -RUN rm -rf ./build/contracts/*.json +RUN rm -f ./build/contracts/*.json # install project-defined prerequisites RUN poetry install RUN yarn RUN poetry run brownie networks import network-config.yaml True - +RUN poetry run brownie compile # install & configure sshd ENV DEBIAN_FRONTEND=noninteractive