fedora builds
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FROM fedora
|
||||
RUN yum update
|
||||
RUN yum install -y java-latest-openjdk rpmbuild
|
||||
RUN yum -y update
|
||||
RUN yum -y install java-latest-openjdk rpm-build
|
||||
ADD . /src/i2p.plugins.firefox
|
||||
WORKDIR /src/i2p.plugins.firefox
|
||||
CMD ./fedora-docker.sh
|
||||
CMD ./fedora-docker.sh
|
||||
|
@ -3,4 +3,4 @@
|
||||
. ./config.sh
|
||||
docker build -t eyedeekay/i2p.plugins.firefox .
|
||||
docker run --name i2pbrowser-fedora i2p.plugins.firefox
|
||||
docker cp i2pbrowser-fedora:/src/i2p.plugins.firefox/i2pbrowser-${GITHUB_TAG}.rpm
|
||||
docker cp i2pbrowser-fedora:/src/i2p.plugins.firefox/i2pbrowser-${GITHUB_TAG}.rpm .
|
||||
|
Reference in New Issue
Block a user