Skip to content

Commit

Permalink
pandoc is not in ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Sep 20, 2024
1 parent 9f3a7ea commit 090725f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN dnf -y install \
krb5-devel \
python-devel \
gcc \
pandoc \
&& dnf -y clean all

ENV SYNC2JIRA_VERSION=$SYNC2JIRA_VERSION
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.sync-page
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN dnf -y install \
krb5-devel \
python-devel \
gcc \
pandoc \
&& dnf -y clean all

USER root
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requests
requests_kerberos
fedmsg
PyGithub
pypandoc
pypandoc_binary
urllib3
jinja2
flask

0 comments on commit 090725f

Please sign in to comment.