Skip to content

Commit

Permalink
#277 - add gcc, change dnf to yum (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwalker authored Jul 11, 2023
1 parent 5eaad11 commit 864c83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG VER
FROM ${DISTRO}:${VER} as builder
LABEL stage=innernet-rpm

RUN dnf -y update && \
dnf -y install clang-devel sqlite-devel glibc-devel rpm-build && \
RUN yum -y update && \
yum -y install gcc clang-devel sqlite-devel glibc-devel rpm-build && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal

WORKDIR /workdir
Expand Down

0 comments on commit 864c83c

Please sign in to comment.