From 823ffdbc15327d756f900bbcdcf3f8819d7f84a0 Mon Sep 17 00:00:00 2001 From: Andrey Arutiunian Date: Wed, 19 Jul 2023 16:35:52 +0300 Subject: [PATCH] build without cache --- .github/workflows/Dockerfile.buster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile.buster b/.github/workflows/Dockerfile.buster index 56e6e7098e..9c394c9681 100644 --- a/.github/workflows/Dockerfile.buster +++ b/.github/workflows/Dockerfile.buster @@ -27,4 +27,4 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/* && \ update-alternatives --set php /usr/bin/php7.4 -RUN useradd -ms /bin/bash kitten +RUN useradd -ms /bin/bash kitten \ No newline at end of file