From c4a63610c0e3e8b188c0b29f784bf204d3d9dd78 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Tue, 5 Jul 2022 14:23:31 +0700 Subject: [PATCH] Update Dockerfile.ci --- .github/workflows/Dockerfile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile.ci b/.github/workflows/Dockerfile.ci index 36388bc..8bd3613 100644 --- a/.github/workflows/Dockerfile.ci +++ b/.github/workflows/Dockerfile.ci @@ -56,7 +56,7 @@ ENV UID=1000 ENV GID=1000 ENV USER=lldap RUN apt update && \ - apt install -y --no-install-recommends tini && \ + apt install -y --no-install-recommends tini ca-certificates && \ apt clean && \ rm -rf /var/lib/apt/lists/* && \ groupadd -g $GID $USER && useradd --system -m -g $USER --uid $UID $USER