From ccfab1996909757edc4ee8cea27e8693a01d4223 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata Date: Wed, 5 Oct 2022 23:52:29 +0700 Subject: [PATCH] remove check alpine --- .github/workflows/Dockerfile.ci.alpine | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/Dockerfile.ci.alpine b/.github/workflows/Dockerfile.ci.alpine index 43c097a..16022d9 100644 --- a/.github/workflows/Dockerfile.ci.alpine +++ b/.github/workflows/Dockerfile.ci.alpine @@ -51,12 +51,7 @@ WORKDIR /lldap RUN set -x \ && for file in $(cat /lldap/app/static/libraries.txt); do wget -P app/static "$file"; done \ && for file in $(cat /lldap/app/static/fonts/fonts.txt); do wget -P app/static/fonts "$file"; done \ - && chmod a+r -R . \ - && ls -al . \ - && ls -al app/ \ - && cat app/index.html \ - && ls -al app/static \ - && ls -al app/static/fonts + && chmod a+r -R . FROM alpine:3.16 WORKDIR /app