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