mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-30 14:18:40 +02:00
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
|