container-build redhat packages

This commit is contained in:
idk
2022-09-06 18:42:37 -04:00
parent fdd3aac391
commit ce5240d658
2 changed files with 7 additions and 0 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
.git

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM fedora
RUN yum update
RUN yum install -y java-latest-openjdk rpmbuild
ADD . /src/i2p.plugins.firefox
WORKDIR /src/i2p.plugins.firefox
CMD ./fedora-docker.sh