9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
|
FROM rockylinux:8
|
||
|
|
||
|
RUN dnf install -y rpm-build rpmdevtools
|
||
|
RUN rpmdev-setuptree
|
||
|
RUN mkdir /root/pandora_gotty
|
||
|
WORKDIR /root/pandora_gotty
|
||
|
|
||
|
#CMD bash build.sh
|