We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff2924 commit e1150bcCopy full SHA for e1150bc
Dockerfile
@@ -1,11 +1,12 @@
1
-FROM quay.io/packit/base:c9s
+FROM quay.io/packit/base:fedora
2
# [NOTE] Adjust ‹PYTHONPATH› when changing the default image
3
4
ENV USER=packit \
5
HOME=/home/packit \
6
# [NOTE] Fixes the issue with importing after upgrading Fedora Messaging to
7
# 3.5.0: fedora-infra/fedora-messaging#364
8
- PYTHONPATH="/usr/local/lib/python3.9/site-packages"
+ # PYTHONPATH="/usr/local/lib/python3.9/site-packages" # CentOS Stream 9
9
+ PYTHONPATH="/usr/local/lib/python3.13/site-packages" # Fedora 41
10
11
COPY files/install-deps.yaml /src/files/
12
RUN cd /src/ \
0 commit comments