Skip to content

Commit 4c5b53c

Browse files
bradarmBrad Armstrong
and
Brad Armstrong
authored
use tdnf instead of apt-get in mariner (#12)
Co-authored-by: Brad Armstrong <[email protected]>
1 parent c235df1 commit 4c5b53c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfiles/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ ENV PYPI_SERVER_VERSION=${PYPI_SERVER_VERSION}
6868
ENV PYPISERVER_PORT=${PYPISERVER_PORT}
6969

7070
# Install ca-certificates
71-
RUN apt-get update && apt-get install -y --no-install-recommends \
72-
ca-certificates
71+
RUN tdnf install -y ca-certificates
7372

7473
# Flush logs immediately to stdout
7574
ENV PYTHONUNBUFFERED=t

0 commit comments

Comments
 (0)