4 lines
53 B
Docker
4 lines
53 B
Docker
FROM rockylinux:9
|
|
|
|
RUN dnf -y install git-core rsync
|
FROM rockylinux:9
|
|
|
|
RUN dnf -y install git-core rsync
|