From 8d421ae5d537d555061a809d8cf0b58a7fff7e62 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Sun, 2 Oct 2022 22:07:43 +0700 Subject: [PATCH] Update Dockerfile.ci.debian --- .github/workflows/Dockerfile.ci.debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dockerfile.ci.debian b/.github/workflows/Dockerfile.ci.debian index 666d8ad..92f4eea 100644 --- a/.github/workflows/Dockerfile.ci.debian +++ b/.github/workflows/Dockerfile.ci.debian @@ -51,8 +51,8 @@ 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 app/static - && ls -al app/static/fonts +RUN ls -al app/static && \ + ls -al app/static/fonts FROM debian:bullseye-slim ENV UID=1000