Skip to content

Commit c235df1

Browse files
bradarmBrad Armstrong
and
Brad Armstrong
authored
adds ca-certificates to final docker image (#11)
Co-authored-by: Brad Armstrong <[email protected]>
1 parent f59e789 commit c235df1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfiles/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ ENV OCI_REGISTRY_PORT=${OCI_REGISTRY_PORT}
6767
ENV PYPI_SERVER_VERSION=${PYPI_SERVER_VERSION}
6868
ENV PYPISERVER_PORT=${PYPISERVER_PORT}
6969

70+
# Install ca-certificates
71+
RUN apt-get update && apt-get install -y --no-install-recommends \
72+
ca-certificates
73+
7074
# Flush logs immediately to stdout
7175
ENV PYTHONUNBUFFERED=t
7276

0 commit comments

Comments
 (0)