From 3ae6088e7153154a371cbecf5799bfaf2801c80b Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Mon, 11 Jul 2022 23:04:33 +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 8bd3613..7512543 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 ca-certificates && \ + apt install -y --no-install-recommends tini ca-certificates gosu && \ apt clean && \ rm -rf /var/lib/apt/lists/* && \ groupadd -g $GID $USER && useradd --system -m -g $USER --uid $UID $USER