Skip to content

Commit

Permalink
fix: Use nightly so Github actions won't exit with 137
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger authored and Nikolai Rodionov committed Mar 24, 2023
1 parent 5348346 commit 04c7998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ WORKDIR /src
RUN apt-get update &&\
apt-get install -y libssl-dev gcc musl pkg-config
COPY ./ .
RUN cargo build --release
RUN rustup default nightly && rustup update
RUN cargo build --release --jobs 2 -Z sparse-registry


FROM debian:stable
Expand Down

0 comments on commit 04c7998

Please sign in to comment.