Skip to content

Commit

Permalink
fix fop download in docker full image
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrmatos committed May 20, 2020
1 parent 0ae1d97 commit db9af20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN adduser --disabled-password --gecos "" jsreport && \
xfonts-base && \
# java fop
apt-get install -y default-jre unzip && \
curl -o fop.zip apache.miloslavbrada.cz/xmlgraphics/fop/binaries/fop-2.1-bin.zip && \
curl -o fop.zip archive.apache.org/dist/xmlgraphics/fop/binaries/fop-2.1-bin.zip && \
unzip fop.zip && \
rm fop.zip && \
chmod +x fop-2.1/fop && \
Expand Down

0 comments on commit db9af20

Please sign in to comment.