Skip to content

Commit

Permalink
fix(ci): fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae committed Feb 15, 2023
1 parent 0c84919 commit 5d29a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN mkdir -p /tools/slang && chmod 777 /tools/slang && \
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

# install morty via cargo
RUN source $HOME/.cargo/env && cargo install --git https://github.com/pulp-platform/morty.git
RUN . "$HOME/.cargo/env" && cargo install --git https://github.com/pulp-platform/morty.git

# install python dependencies
COPY .github/requirements.txt .
Expand Down

0 comments on commit 5d29a52

Please sign in to comment.