Skip to content

Commit

Permalink
Fix Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Sep 9, 2023
1 parent 9ed3e7f commit a3592c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
FROM registry.opensuse.org/opensuse/bci/python:3.11

RUN zypper addrepo -G -cf https://download.opensuse.org/repositories/SUSE:/CA/openSUSE_Tumbleweed/SUSE:CA.repo && \
zypper -n install ca-certificates-suse \
RUN zypper addrepo https://download.opensuse.org/repositories/SUSE:/CA/openSUSE_Tumbleweed/SUSE:CA.repo && \
zypper --gpg-auto-import-keys -n install ca-certificates-suse \
python3-python-dateutil \
python3-pytz \
python3-Jinja2 \
python3-bugzilla \
python3-PyGithub \
python3-python-gitlab \
python3-python-redmine
python3-python-redmine && \
rm -rf /var/cache

COPY bugme.py /

Expand Down

0 comments on commit a3592c9

Please sign in to comment.