Skip to content

Commit

Permalink
Do not install SUSE CA certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Feb 6, 2024
1 parent 13eef86 commit 0fcc974
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM registry.opensuse.org/opensuse/bci/python:3.11

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 ; \
zypper -n install \
RUN zypper -n install \
python3-python-dateutil \
python3-pytz \
python3-atlassian-python-api \
Expand Down

0 comments on commit 0fcc974

Please sign in to comment.