revert
This commit is contained in:
parent
574defb172
commit
f15ba3040a
11
Dockerfile
11
Dockerfile
@ -1,8 +1,11 @@
|
||||
FROM container.psi.ch/images/rhel9
|
||||
|
||||
RUN dnf -y upgrade && \
|
||||
dnf -y group install "Development Tools" && \
|
||||
dnf -y install wget python3 python3-devel nodejs && \
|
||||
dnf clean all
|
||||
# RUN dnf -y upgrade
|
||||
RUN dnf -y group install "Development Tools"
|
||||
RUN dnf -y install wget
|
||||
RUN dnf -y install python3
|
||||
RUN dnf -y install python3-devel
|
||||
RUN dnf -y install nodejs
|
||||
RUN dnf clean all
|
||||
|
||||
COPY files/rpmmacros /root/.rpmmacros
|
||||
|
Loading…
x
Reference in New Issue
Block a user