From 9a869a1474c8de38448a3c0a674a1d756ba8fd2e Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Mon, 11 Jul 2022 20:56:53 +0700 Subject: [PATCH] add bash, entrypoint deps. --- .github/workflows/Dockerfile.ci.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile.ci.alpine b/.github/workflows/Dockerfile.ci.alpine index 89baadf..53fa26e 100644 --- a/.github/workflows/Dockerfile.ci.alpine +++ b/.github/workflows/Dockerfile.ci.alpine @@ -56,7 +56,7 @@ WORKDIR /app ENV UID=1000 ENV GID=1000 ENV USER=lldap -RUN apk add --no-cache tini ca-certificates && \ +RUN apk add --no-cache tini ca-certificates bash && \ addgroup -g $GID $USER && \ adduser \ --disabled-password \