curl 0.4.49

Rust bindings to libcurl for making HTTP requests
Documentation
1
2
3
4
5
6
7
FROM almalinux:8

RUN dnf update -y
RUN dnf install -y \
  gcc ca-certificates make \
  openssl-devel \
  pkgconfig