Skip to content

Commit be015de

Browse files
authored
Merge pull request #6 from projectpotos/fix/python3_certifi
fix(deps): use python3-certifi, rm ca-certificates
2 parents 6971cee + 7b93203 commit be015de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ LABEL org.opencontainers.image.base.name="docker.io/_/ubuntu:latest"
99
# See also https://systemd.io/CONTAINER_INTERFACE
1010
ENV container docker
1111

12-
# Install systemd and ca-certificates
12+
# Install systemd and python3-certifi
1313
RUN apt-get update && apt-get install -y --no-install-recommends \
1414
systemd \
1515
init \
1616
python3 \
17-
ca-certificates \
17+
python3-certifi \
1818
&& \
1919
apt-get clean
2020

0 commit comments

Comments
 (0)