parent
5eaad112b0
commit
864c83c1f1
|
@ -4,8 +4,8 @@ ARG VER
|
||||||
FROM ${DISTRO}:${VER} as builder
|
FROM ${DISTRO}:${VER} as builder
|
||||||
LABEL stage=innernet-rpm
|
LABEL stage=innernet-rpm
|
||||||
|
|
||||||
RUN dnf -y update && \
|
RUN yum -y update && \
|
||||||
dnf -y install clang-devel sqlite-devel glibc-devel rpm-build && \
|
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
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
|
||||||
|
|
||||||
WORKDIR /workdir
|
WORKDIR /workdir
|
||||||
|
|
Loading…
Reference in New Issue