Files
zeronsd/Dockerfile.ubi
Erik Hollensbe 856a30c346 lots of build fixes for new packaging including libssl
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
2022-05-13 21:56:32 -07:00

8 lines
240 B
Docker

# vim: ft=dockerfile
FROM redhat/ubi8
RUN dnf install openssl-devel gcc -y
RUN curl -sSL sh.rustup.rs >/tmp/rustup.sh && bash /tmp/rustup.sh -y
ENV PATH=${PATH}:${HOME}/.cargo/bin
RUN . /root/.cargo/env && cargo install cargo-generate-rpm