Skip to content

Commit

Permalink
Dockerfile: Add yaml and cryptography modules
Browse files Browse the repository at this point in the history
Both are needed for Slack ping support.
  • Loading branch information
ochosi committed Dec 25, 2023
1 parent 4e27297 commit 306f017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM registry.fedoraproject.org/fedora:39

RUN dnf -y install --setopt=install_weak_deps=False \
python3 python3-pip python3-slackclient python3-requests && \
python3 python3-pip python3-slackclient python3-requests \
python3-pyyaml python3-cryptography && \
dnf clean all

RUN pip install ghapi

0 comments on commit 306f017

Please sign in to comment.