Skip to content

Commit 3bd6c45

Browse files
authored
fix(deps): install ca-certificates too
1 parent 60cbe80 commit 3bd6c45

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +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
12+
# Install systemd and ca-certificates
1313
RUN apt-get update && apt-get install -y --no-install-recommends \
1414
systemd \
1515
init \
1616
python3 \
17+
ca-certificates \
1718
&& \
1819
apt-get clean
1920

0 commit comments

Comments
 (0)