5 lines
96 B
Docker
5 lines
96 B
Docker
FROM gitea.psi.ch/images/rhel9
|
|
|
|
RUN dnf install -y git nodejs rsync curl \
|
|
&& dnf clean all
|