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
|
FROM container.psi.ch/images/rhel9
|
||||||
|
|
||||||
# RUN dnf -y upgrade
|
RUN dnf -y upgrade && \
|
||||||
RUN dnf -y group install "Development Tools"
|
dnf -y group install "Development Tools" && \
|
||||||
RUN dnf -y install wget
|
dnf -y install wget python3 python3-devel nodejs && \
|
||||||
RUN dnf -y install python3
|
dnf clean all
|
||||||
RUN dnf -y install nodejs
|
|
||||||
RUN dnf clean all
|
|
||||||
|
|
||||||
COPY files/rpmmacros /root/.rpmmacros
|
COPY files/rpmmacros /root/.rpmmacros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user