We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c235df1 commit 4c5b53cCopy full SHA for 4c5b53c
Dockerfiles/Dockerfile
@@ -68,8 +68,7 @@ ENV PYPI_SERVER_VERSION=${PYPI_SERVER_VERSION}
68
ENV PYPISERVER_PORT=${PYPISERVER_PORT}
69
70
# Install ca-certificates
71
-RUN apt-get update && apt-get install -y --no-install-recommends \
72
- ca-certificates
+RUN tdnf install -y ca-certificates
73
74
# Flush logs immediately to stdout
75
ENV PYTHONUNBUFFERED=t
0 commit comments