Skip to content

Commit

Permalink
fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ToufeeqP committed Dec 12, 2024
1 parent a9a019a commit 863f9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/binaries/x86_64/fedora-39.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM fedora:39 as builder

# This installs all dependencies that we need (besides Rust).
RUN dnf update -y && \
dnf install git clang curl make cmake protobuf-compiler -y
dnf install git clang curl make cmake protobuf-compiler perl perl-FindBin -y

# This installs Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rust_install.sh && chmod u+x rust_install.sh && ./rust_install.sh -y
Expand Down
2 changes: 1 addition & 1 deletion scripts/binaries/x86_64/fedora-40.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM fedora:40 as builder

# This installs all dependencies that we need (besides Rust).
RUN dnf update -y && \
dnf install git clang curl make cmake protobuf-compiler -y
dnf install git clang curl make cmake protobuf-compiler perl perl-FindBin -y

# This installs Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rust_install.sh && chmod u+x rust_install.sh && ./rust_install.sh -y
Expand Down

0 comments on commit 863f9c7

Please sign in to comment.